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.
2 parents 8f4a839 + 899a7bf commit 4d0c20eCopy full SHA for 4d0c20e
labelbox/schema/project.py
@@ -56,7 +56,6 @@ class Project(DbObject, Updateable, Deletable):
56
datasets (Relationship): `ToMany` relationship to Dataset
57
created_by (Relationship): `ToOne` relationship to User
58
organization (Relationship): `ToOne` relationship to Organization
59
- reviews (Relationship): `ToMany` relationship to Review
60
labeling_frontend (Relationship): `ToOne` relationship to LabelingFrontend
61
labeling_frontend_options (Relationship): `ToMany` relationship to LabelingFrontendOptions
62
labeling_parameter_overrides (Relationship): `ToMany` relationship to LabelingParameterOverride
0 commit comments