Skip to content

Commit 851b685

Browse files
author
Matt Sokoloff
committed
docstring update
1 parent c12b7d2 commit 851b685

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

labelbox/schema/dataset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ def export_data_rows(self, timeout_seconds=120):
237237
238238
Args:
239239
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.
242240
Returns:
243241
Generator that yields DataRow objects belonging to this dataset.
244242
Raises:

0 commit comments

Comments
 (0)