Skip to content

Commit

Permalink
Include predictions in slice
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoszczak committed Jan 9, 2025
1 parent df66bcd commit 642561c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/labelbox/src/labelbox/schema/slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def _export(
"modelRunIds": _params.get("model_run_ids", None),
"allProjects": _params.get("all_projects", False),
"allModelRuns": _params.get("all_model_runs", False),
"includePredictions": _params.get("predictions", False),
},
"streamable": streamable,
}
Expand Down

0 comments on commit 642561c

Please sign in to comment.