Skip to content

Commit ed4bfc3

Browse files
committed
update to include metadata docstrings
1 parent 9e418f9 commit ed4bfc3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

labelbox/schema/batch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def export_data_rows(self,
8989
9090
Args:
9191
timeout_seconds (float): Max waiting time, in seconds.
92+
include_metadata (bool): True to return related DataRow metadata
9293
Returns:
9394
Generator that yields DataRow objects belonging to this batch.
9495
Raises:

labelbox/schema/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ def export_data_rows(self,
481481
482482
Args:
483483
timeout_seconds (float): Max waiting time, in seconds.
484+
include_metadata (bool): True to return related DataRow metadata
484485
Returns:
485486
Generator that yields DataRow objects belonging to this dataset.
486487
Raises:

labelbox/schema/project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def export_queued_data_rows(
193193
194194
Args:
195195
timeout_seconds (float): Max waiting time, in seconds.
196+
include_metadata (bool): True to return related DataRow metadata
196197
Returns:
197198
Data row fields for all data rows in the queue as json
198199
Raises:

0 commit comments

Comments
 (0)