mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Improve pre-populate on server startup (including sync lock)
This commit is contained in:
@@ -85,6 +85,7 @@ class Artifact(EmbeddedDocument):
|
||||
|
||||
|
||||
class Execution(EmbeddedDocument, ProperDictMixin):
|
||||
meta = {"strict": strict}
|
||||
test_split = IntField(default=0)
|
||||
parameters = SafeDictField(default=dict)
|
||||
model = StringField(reference_field="Model")
|
||||
|
||||
Reference in New Issue
Block a user