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 b3efc51 commit 29702d8Copy full SHA for 29702d8
labelbox/schema/foundry/app.py
@@ -9,7 +9,7 @@ class App(_CamelCaseMixin, BaseModel):
9
id: Optional[str]
10
model_id: str
11
name: str
12
- description: str
+ description: Optional[str] = None
13
inference_params: Dict[str, Any]
14
class_to_schema_id: Dict[str, str]
15
ontology_id: str
0 commit comments