Skip to content

Commit 209548b

Browse files
authored
Include predictions in slice (#1939)
1 parent df66bcd commit 209548b

File tree

1 file changed

+1
-0
lines changed
  • libs/labelbox/src/labelbox/schema

1 file changed

+1
-0
lines changed

libs/labelbox/src/labelbox/schema/slice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def _export(
202202
"modelRunIds": _params.get("model_run_ids", None),
203203
"allProjects": _params.get("all_projects", False),
204204
"allModelRuns": _params.get("all_model_runs", False),
205+
"includePredictions": _params.get("predictions", False),
205206
},
206207
"streamable": streamable,
207208
}

0 commit comments

Comments
 (0)