mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +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",
|
||||
"hyperparams.*",
|
||||
"execution.queue",
|
||||
"models.input.model",
|
||||
),
|
||||
range_fields=("started", "active_duration", "last_metrics.*", "last_iteration"),
|
||||
datetime_fields=("status_changed", "last_update"),
|
||||
pattern_fields=("name", "comment", "report"),
|
||||
fields=("runtime.*", "models.input.model"),
|
||||
fields=("runtime.*",),
|
||||
)
|
||||
|
||||
id = StringField(primary_key=True)
|
||||
|
Loading…
Reference in New Issue
Block a user