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 99a7a29 commit b73e7edCopy full SHA for b73e7ed
labelbox/data/serialization/ndjson/classification.py
@@ -17,7 +17,7 @@ class NDFeature(BaseModel):
17
def validate_id(cls, v):
18
if v is None:
19
raise ValueError(
20
- "Schema ids are not set. Use `LabelGenerator.assign_schema_ids`, `LabelCollection.assign_schema_ids`, or `Label.assign_schema_ids`."
+ "Schema ids are not set. Use `LabelGenerator.assign_schema_ids`, `LabelList.assign_schema_ids`, or `Label.assign_schema_ids`."
21
)
22
return v
23
0 commit comments