We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e9f7e commit b196bb2Copy full SHA for b196bb2
labelbox/schema/model.py
@@ -18,7 +18,7 @@ class Model(DbObject):
18
name = Field.String("name")
19
model_runs = Relationship.ToMany("ModelRun", False)
20
21
- def create_model_run(self, name, config) -> "ModelRun":
+ def create_model_run(self, name, config=None) -> "ModelRun":
22
""" Creates a model run belonging to this model.
23
24
Args:
0 commit comments