Get Model Prediction by Annotation ID

šŸ“˜

Click for Python SDK

Dataset.prediction_loc(
    model: Model,
    reference_id: str,
    annotation_id: str
) -> Prediction

This endpoint should be used if you wish to retrieve an individual model prediction object and know the associated annotation ID that was either passed in or auto-generated.

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 item containing the prediction.

string
required

The user-defined ID/idempotency key of the Prediction to fetch.

Responses

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