Get Model Prediction by Absolute Index

šŸ“˜

Click for Python SDK

Dataset.prediction_iloc(
    model: Model,
    index: int
) -> Prediction

This endpoint should be used if you wish to retrieve an individual model prediction object by integer offset, e.g. 42 would retrieve the 42nd uploaded prediction in order. This endpoint only supports exporting geometric predictions — support for additional types is coming soon!

Path Params
string
required

The Scale-generated ID of the Dataset.

string
required

The Scale-generated ID of the Model.

string
required

The index or integer offset corresponding to the items position within the Dataset.

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