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!

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