Skip to content

Commit 1ef9ca1

Browse files
author
Matt Sokoloff
committed
add row count to dataset
1 parent 944865a commit 1ef9ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelbox/schema/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Dataset(DbObject, Updateable, Deletable):
3434
description = Field.String("description")
3535
updated_at = Field.DateTime("updated_at")
3636
created_at = Field.DateTime("created_at")
37+
row_count = Field.Int("row_count")
3738

3839
# Relationships
3940
projects = Relationship.ToMany("Project", True)

0 commit comments

Comments
 (0)