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 519d2bc commit 48f7392Copy full SHA for 48f7392
labelbox/client.py
@@ -1393,8 +1393,8 @@ def get_catalog_slice(self, slice_id) -> CatalogSlice:
1393
res = self.execute(query_str, {'id': slice_id})
1394
return Entity.CatalogSlice(self, res['getSavedQuery'])
1395
1396
- def is_feature_schema_archived(self, feature_schema_id: str,
1397
- ontology_id: str) -> bool:
+ def is_feature_schema_archived(self, ontology_id: str,
+ feature_schema_id: str) -> bool:
1398
"""
1399
Returns true if a feature schema is archived in the specified ontology, returns false otherwise.
1400
0 commit comments