mirror of
https://github.com/clearml/clearml
synced 2025-04-05 13:15:17 +00:00
fix syntax warning
This commit is contained in:
parent
e8785a3e3d
commit
eacce07e9e
@ -7459,7 +7459,7 @@ class GetAllRequest(Request):
|
||||
:param parent: Parent ID
|
||||
:type parent: str
|
||||
:param status_changed: List of status changed constraint strings (utcformat,
|
||||
epoch) 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
|
||||
@ -7565,7 +7565,7 @@ class GetAllRequest(Request):
|
||||
"type": ["array", "null"],
|
||||
},
|
||||
"status_changed": {
|
||||
"description": "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (\>,\>=, \<, \<=)",
|
||||
"description": "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (>, >=, <, <=)",
|
||||
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
|
||||
"type": ["array", "null"],
|
||||
},
|
||||
|
@ -7825,7 +7825,7 @@ class GetAllRequest(Request):
|
||||
:param parent: Parent ID
|
||||
:type parent: str
|
||||
:param status_changed: List of status changed constraint strings (utcformat,
|
||||
epoch) 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
|
||||
@ -7971,8 +7971,8 @@ class GetAllRequest(Request):
|
||||
},
|
||||
"status_changed": {
|
||||
"description": (
|
||||
"List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (\>,"
|
||||
" \>=, \<, \<=)"
|
||||
"List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (>,"
|
||||
">=, <, <=)"
|
||||
),
|
||||
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
|
||||
"type": ["array", "null"],
|
||||
|
@ -2179,7 +2179,7 @@ class GetAllRequest(Request):
|
||||
:param uri: List of model URIs
|
||||
:type uri: Sequence[str]
|
||||
:param last_update: List of last_update constraint strings (utcformat, epoch)
|
||||
with an optional prefix modifier (\>,\>=, \<, \<=)
|
||||
with an optional prefix modifier (>, >=, <, <=)
|
||||
:type last_update: Sequence[str]
|
||||
:param _all_: Multi-field pattern condition (all fields match pattern)
|
||||
:type _all_: MultiFieldPatternData
|
||||
@ -2243,7 +2243,7 @@ class GetAllRequest(Request):
|
||||
"last_update": {
|
||||
"description": (
|
||||
"List of last_update constraint strings, or a single string (utcformat, epoch) with an optional prefix "
|
||||
"modifier (\>,\>=, \<, \<=)"
|
||||
"modifier (>, >=, <, <=)"
|
||||
),
|
||||
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
|
||||
"type": ["string", "array", "null"],
|
||||
|
@ -8070,7 +8070,7 @@ class GetAllRequest(Request):
|
||||
:param parent: Parent ID
|
||||
:type parent: str
|
||||
:param status_changed: List of status changed constraint strings (utcformat,
|
||||
epoch) 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"],
|
||||
|
@ -5371,7 +5371,7 @@ class GetAllRequest(Request):
|
||||
:param parent: Parent ID
|
||||
:type parent: str
|
||||
:param status_changed: List of status changed constraint strings (utcformat,
|
||||
epoch) 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
|
||||
@ -5477,7 +5477,7 @@ class GetAllRequest(Request):
|
||||
'type': ['array', 'null'],
|
||||
},
|
||||
'status_changed': {
|
||||
'description': 'List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (\>,\>=, \<, \<=)',
|
||||
'description': 'List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (>, >=, <, <=)',
|
||||
'items': {'pattern': '^(>=|>|<=|<)?.*$', 'type': 'string'},
|
||||
'type': ['array', 'null'],
|
||||
},
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "1.17.1"
|
||||
__version__ = "1.17.2"
|
||||
|
Loading…
Reference in New Issue
Block a user