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 e89b9aa + 0e87255 commit b0573f7Copy full SHA for b0573f7
labelbox/schema/dataset.py
@@ -116,7 +116,7 @@ def create_data_rows_sync(self, items):
116
def create_data_rows(self, items):
117
""" Asynchronously bulk upload data rows
118
119
- Use this instead of `Dataset.create_data_rows_sync` uploads for batches that contain more than 100 data rows.
+ Use this instead of `Dataset.create_data_rows_sync` uploads for batches that contain more than 1000 data rows.
120
121
Args:
122
items (iterable of (dict or str)): See the docstring for `Dataset._create_descriptor_file` for more information
0 commit comments