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 c12b7d2 commit 851b685Copy full SHA for 851b685
labelbox/schema/dataset.py
@@ -237,8 +237,6 @@ def export_data_rows(self, timeout_seconds=120):
237
238
Args:
239
timeout_seconds (float): Max waiting time, in seconds.
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 that yields DataRow objects belonging to this dataset.
244
Raises:
0 commit comments