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 a949e6d commit c12b7d2Copy full SHA for c12b7d2
labelbox/schema/dataset.py
@@ -240,7 +240,7 @@ def export_data_rows(self, timeout_seconds=120):
240
as_dict (bool): Whether or not to return the data as a dictionary as opposed to a list of DataRow objects.
241
This is recommended for exports larger than 100k data rows to reduce memory usage and load time.
242
Returns:
243
- Generator of DataRow objects that belong to this dataset.
+ Generator that yields DataRow objects belonging to this dataset.
244
Raises:
245
LabelboxError: if the export fails or is unable to download within the specified time.
246
"""
0 commit comments