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 df3f86f commit bbf921cCopy full SHA for bbf921c
labelbox/orm/model.py
@@ -377,6 +377,7 @@ class Entity(metaclass=EntityMeta):
377
ProjectRole: Type[labelbox.ProjectRole]
378
Project: Type[labelbox.Project]
379
Batch: Type[labelbox.Batch]
380
+ CatalogSlice: Type[labelbox.CatalogSlice]
381
382
@classmethod
383
def _attributes_of_type(cls, attr_type):
0 commit comments