Model Evaluations
Last updated
Was this helpful?
A model evaluation captures how a model performs on a Version's test split - per-class metrics, confidence-threshold curves, image-embedding clustering, per-image predictions, and improvement recommendations. For object detection and instance segmentation the headline metric is mAP; for semantic segmentation it is mIoU. Evaluations are produced automatically when a training completes and can be re-triggered manually from the app.
The Model Evaluations API lets you read everything the app's evaluation page shows. Each panel in the UI maps to a dedicated endpoint:
All endpoints require an API key with the model-eval:read scope. Pass it as a query parameter or as a Bearer token in the Authorization header.
401
unauthenticated
API key missing or invalid
404
model_eval_not_found
Evaluation does not exist or belongs to a different workspace
409
model_eval_not_done
Evaluation has not completed; the panel data is not yet available
400
invalid_confidence
confidence query parameter is not an integer in [0, 100]
400
invalid_split
split query parameter is not one of the allowed values for the endpoint
Last updated
Was this helpful?
Was this helpful?