Skip to content

Commit 1678b57

Browse files
authored
Include predictions (dataset)
1 parent 0e8ce03 commit 1678b57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/labelbox/src/labelbox/schema/dataset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,8 @@ def _export(
545545
_params.get('label_details', False),
546546
"includeInterpolatedFrames":
547547
_params.get('interpolated_frames', False),
548+
"includePredictions":
549+
_params.get('predictions', False),
548550
"projectIds":
549551
_params.get('project_ids', None),
550552
"modelRunIds":

0 commit comments

Comments
 (0)