mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
Allow filtering task models.input.model field by array of ids
This commit is contained in:
parent
3544ed19f8
commit
ac7ea0d477
@ -231,11 +231,12 @@ class Task(AttributedDocument):
|
|||||||
"parent",
|
"parent",
|
||||||
"hyperparams.*",
|
"hyperparams.*",
|
||||||
"execution.queue",
|
"execution.queue",
|
||||||
|
"models.input.model",
|
||||||
),
|
),
|
||||||
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=("runtime.*", "models.input.model"),
|
fields=("runtime.*",),
|
||||||
)
|
)
|
||||||
|
|
||||||
id = StringField(primary_key=True)
|
id = StringField(primary_key=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user