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.

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