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 a761ab1 commit f03fe04Copy full SHA for f03fe04
labelbox/client.py
@@ -1396,7 +1396,7 @@ def get_catalog_slice(self, slice_id) -> CatalogSlice:
1396
res = self.execute(query_str, {'id': slice_id})
1397
return Entity.CatalogSlice(self, res['getSavedQuery'])
1398
1399
- def unarchive_root_feature_schema_node(
+ def unarchive_feature_schema_node(
1400
self, ontology_id: str, root_feature_schema_id: str) -> bool:
1401
"""
1402
Returns true if the root feature schema node was successfully unarchived, false otherwise
0 commit comments