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 aecc944 commit fc23649Copy full SHA for fc23649
labelbox/schema/data_row.py
@@ -20,7 +20,7 @@ class DataRow(DbObject, Updateable, BulkDeletable):
20
updated_at (datetime)
21
created_at (datetime)
22
media_attributes (dict): generated media attributes for the datarow
23
- metadta
+ metadata (dict): uploaded metadata
24
25
dataset (Relationship): `ToOne` relationship to Dataset
26
created_by (Relationship): `ToOne` relationship to User
0 commit comments