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.

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