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 59aa3f3 commit 56abd9eCopy full SHA for 56abd9e
libs/labelbox/src/labelbox/schema/foundry/foundry_client.py
@@ -89,7 +89,7 @@ def run_app(
89
"classToSchemaId": app.class_to_schema_id,
90
"inferenceParams": app.inference_params,
91
"ontologyId": app.ontology_id,
92
- "modelAppId": app.id,
+ "modelAppId": app.id or "",
93
}
94
95
data_rows_key = (
0 commit comments