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 5598855 commit abae2d9Copy full SHA for abae2d9
labelbox/schema/ontology.py
@@ -151,9 +151,9 @@ def __post_init__(self):
151
msg = (
152
"When creating the Classification feature, please use “name” "
153
"for the classification schema name, which will be used when "
154
- "creating annotation payload for MAL and Labelimport. "
155
- "“instructions” is no longer supported to specify "
156
- "classification schema name.")
+ "creating annotation payload for Model-Assisted Labeling "
+ "Import and Label Import. “instructions” is no longer "
+ "supported to specify classification schema name.")
157
if self.instructions is not None:
158
self.name = self.instructions
159
warnings.warn(msg)
0 commit comments