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 7358727 commit 31dde14Copy full SHA for 31dde14
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