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 944865a commit 1ef9ca1Copy full SHA for 1ef9ca1
labelbox/schema/dataset.py
@@ -34,6 +34,7 @@ class Dataset(DbObject, Updateable, Deletable):
34
description = Field.String("description")
35
updated_at = Field.DateTime("updated_at")
36
created_at = Field.DateTime("created_at")
37
+ row_count = Field.Int("row_count")
38
39
# Relationships
40
projects = Relationship.ToMany("Project", True)
0 commit comments