mirror of
https://github.com/clearml/clearml-server
synced 2025-05-30 09:59:23 +00:00
Allow queries on the list of execution queue ids in tasks.get_all/get_all_ex
This commit is contained in:
parent
4ac6f88278
commit
da8315d0db
@ -230,11 +230,12 @@ class Task(AttributedDocument):
|
|||||||
"project",
|
"project",
|
||||||
"parent",
|
"parent",
|
||||||
"hyperparams.*",
|
"hyperparams.*",
|
||||||
|
"execution.queue",
|
||||||
),
|
),
|
||||||
range_fields=("started", "active_duration", "last_metrics.*", "last_iteration"),
|
range_fields=("started", "active_duration", "last_metrics.*", "last_iteration"),
|
||||||
datetime_fields=("status_changed", "last_update"),
|
datetime_fields=("status_changed", "last_update"),
|
||||||
pattern_fields=("name", "comment", "report"),
|
pattern_fields=("name", "comment", "report"),
|
||||||
fields=("execution.queue", "runtime.*", "models.input.model"),
|
fields=("runtime.*", "models.input.model"),
|
||||||
)
|
)
|
||||||
|
|
||||||
id = StringField(primary_key=True)
|
id = StringField(primary_key=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user