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 92fe9c7 commit 22ff727Copy full SHA for 22ff727
labelbox/schema.py
@@ -24,6 +24,7 @@ class Project(DbObject, Updateable, Deletable):
24
""" A Project is a container that includes a labeling frontend, an ontology,
25
datasets and labels.
26
"""
27
+ name = Field.String("name")
28
description = Field.String("description")
29
updated_at = Field.DateTime("updated_at")
30
created_at = Field.DateTime("created_at")
0 commit comments