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