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 7e893f8 + f4cb1c7 commit cac05baCopy full SHA for cac05ba
labelbox/schema/dataset.py
@@ -360,8 +360,12 @@ def data_row_for_external_id(self, external_id):
360
return data_rows[0]
361
362
def export_data_rows(self, timeout_seconds=120):
363
- """ Returns a generator that produces all data rows that are currently attached to this dataset.
364
-
+ """ Returns a generator that produces all data rows that are currently
+ attached to this dataset.
365
+
366
+ Note: For efficiency, the data are cached for 30 minutes. Newly created data rows will not appear
367
+ until the end of the cache period.
368
369
Args:
370
timeout_seconds (float): Max waiting time, in seconds.
371
Returns:
0 commit comments