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 8ee3c1d commit 99a7a29Copy full SHA for 99a7a29
labelbox/data/serialization/ndjson/base.py
@@ -38,6 +38,6 @@ class NDAnnotation(NDJsonBase):
38
def validate_id(cls, v):
39
if v is None:
40
raise ValueError(
41
- "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`."
42
)
43
return v
0 commit comments