Get All Model Predictions of Item by Reference ID

šŸ“˜

Click for Python SDK

Dataset.predictions_refloc(
    model: Model,
    reference_id: str
) -> Dict{
    "box": List[BoxPrediction],
    "polygon": List[PolygonPrediction],
    "cuboid": List[CuboidPrediction],
    "segmentation": List[SegmentationPrediction],
    "category": List[CategoryPrediction],
}

This endpoint retrieves all Model Predictions on a specific DatasetItem by reference ID.

Path Params
string
required

The Scale-generated ID of the Dataset.

string
required

The Scale-generated ID of the Model.

string
required

The user-defined ID of the DatasetItem whose predictions to fetch.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json