Prediction Endpoints
Create, list, get, and cancel model predictions.
Overview
Predictions represent individual inference requests against a model.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/predictions | Create prediction |
| GET | /v1/predictions | List predictions |
| GET | /v1/predictions/:id | Get prediction |
| POST | /v1/predictions/:id/cancel | Cancel prediction |