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 2eca4cb commit 398d16eCopy full SHA for 398d16e
labelbox/orm/model.py
@@ -348,6 +348,7 @@ class Entity(metaclass=EntityMeta):
348
InviteLimit: Type[labelbox.InviteLimit]
349
ProjectRole: Type[labelbox.ProjectRole]
350
Batch: Type[labelbox.Batch]
351
+ Project: Type[labelbox.Project]
352
353
@classmethod
354
def _attributes_of_type(cls, attr_type):
0 commit comments