mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Edit docstring (#1290)
This commit is contained in:
parent
d835fb2e0c
commit
8adbf5ae00
@ -8070,7 +8070,7 @@ class GetAllRequest(Request):
|
||||
:param parent: Parent ID
|
||||
:type parent: str
|
||||
:param status_changed: List of status changed constraint strings (utcformat,
|
||||
with an optional prefix modifier (\>,\>=, \<, \<=)
|
||||
epoch) with an optional prefix modifier (\>,\>=, \<, \<=)
|
||||
:type status_changed: Sequence[str]
|
||||
:param search_text: Free text search query
|
||||
:type search_text: str
|
||||
@ -8219,7 +8219,7 @@ class GetAllRequest(Request):
|
||||
"status_changed": {
|
||||
"description": (
|
||||
"List of status changed constraint strings, or a single string (utcformat, epoch) with an optional prefix modifier "
|
||||
"(\>, \>=, \<, \<=)"
|
||||
"(\>,\>=, \<, \<=)"
|
||||
),
|
||||
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
|
||||
"type": ["string", "array", "null"],
|
||||
|
Loading…
Reference in New Issue
Block a user