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 0e8ce03 commit 1678b57Copy full SHA for 1678b57
libs/labelbox/src/labelbox/schema/dataset.py
@@ -545,6 +545,8 @@ def _export(
545
_params.get('label_details', False),
546
"includeInterpolatedFrames":
547
_params.get('interpolated_frames', False),
548
+ "includePredictions":
549
+ _params.get('predictions', False),
550
"projectIds":
551
_params.get('project_ids', None),
552
"modelRunIds":
0 commit comments