Export All Model Predictions

📘

Click for Python SDK

Dataset.export_predictions(
    model: Model
) -> List[Union[BoxPrediction, PolygonPrediction, CuboidPrediction, SegmentationPrediction]]

This endpoint is for batch export. It may time out for extremely large datasets (>1M items), but we are working an asynchronous solution for this.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!