Skip to content

Commit e4ef9fa

Browse files
committed
update to include metadata docstrings
1 parent 21fcc9a commit e4ef9fa

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
@@ -88,6 +88,7 @@ def export_data_rows(self,
8888
8989
Args:
9090
timeout_seconds (float): Max waiting time, in seconds.
91+
include_metadata (bool): True to return related DataRow metadata
9192
Returns:
9293
Generator that yields DataRow objects belonging to this batch.
9394
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)