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 a681e6d commit ee5c03dCopy full SHA for ee5c03d
labelbox/schema/project.py
@@ -600,7 +600,7 @@ def create_batch(self,
600
else:
601
raise ValueError("You can DataRow ids or DataRow objects")
602
603
- if len(dr_ids) > 25_000:
+ if len(dr_ids) > 100_000:
604
raise ValueError(
605
f"Batch exceeds max size, break into smaller batches")
606
if not len(dr_ids):
0 commit comments