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 0b81083 commit 5141dd1Copy full SHA for 5141dd1
labelbox/schema/annotation_import.py
@@ -25,6 +25,7 @@ class AnnotationImport(DbObject):
25
input_file_url = Field.String("input_file_url")
26
error_file_url = Field.String("error_file_url")
27
status_file_url = Field.String("status_file_url")
28
+ progress = Field.String("progress")
29
30
created_by = Relationship.ToOne("User", False, "created_by")
31
0 commit comments