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.
2 parents 8196153 + 31dde14 commit 7b15f47Copy full SHA for 7b15f47
labelbox/schema/dataset.py
@@ -239,7 +239,7 @@ def create_data_rows_sync(self, items) -> None:
239
url_param: descriptor_url
240
})
241
242
- def create_data_rows(self, items) -> Union["Task", List[Any]]:
+ def create_data_rows(self, items) -> "Task":
243
""" Asynchronously bulk upload data rows
244
245
Use this instead of `Dataset.create_data_rows_sync` uploads for batches that contain more than 1000 data rows.
0 commit comments