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 df66bcd commit 209548bCopy full SHA for 209548b
libs/labelbox/src/labelbox/schema/slice.py
@@ -202,6 +202,7 @@ def _export(
202
"modelRunIds": _params.get("model_run_ids", None),
203
"allProjects": _params.get("all_projects", False),
204
"allModelRuns": _params.get("all_model_runs", False),
205
+ "includePredictions": _params.get("predictions", False),
206
},
207
"streamable": streamable,
208
}
0 commit comments