mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +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
|
:param parent: Parent ID
|
||||||
:type parent: str
|
:type parent: str
|
||||||
:param status_changed: List of status changed constraint strings (utcformat,
|
: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]
|
:type status_changed: Sequence[str]
|
||||||
:param search_text: Free text search query
|
:param search_text: Free text search query
|
||||||
:type search_text: str
|
:type search_text: str
|
||||||
@ -8219,7 +8219,7 @@ class GetAllRequest(Request):
|
|||||||
"status_changed": {
|
"status_changed": {
|
||||||
"description": (
|
"description": (
|
||||||
"List of status changed constraint strings, or a single string (utcformat, epoch) with an optional prefix modifier "
|
"List of status changed constraint strings, or a single string (utcformat, epoch) with an optional prefix modifier "
|
||||||
"(\>, \>=, \<, \<=)"
|
"(\>,\>=, \<, \<=)"
|
||||||
),
|
),
|
||||||
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
|
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
|
||||||
"type": ["string", "array", "null"],
|
"type": ["string", "array", "null"],
|
||||||
|
Loading…
Reference in New Issue
Block a user