AI

ML Prediction

Make a ML prediction using a specific model.

get/v1/models/{name}/predict

Path parameters

namestring required

The name of the model to make a prediction with.

Response

Prediction made successfully

duration_msinteger required

The time taken to complete the prediction (in milliseconds)

error_messagestring nullable

The error message if the request failed

model_namestring required

The name of the model used for the prediction

model_versionstring nullable

The version of the model used

predictionnumber[] nullable

The prediction result, typically an array of floats

status'Success' | 'BadRequest' | 'InternalError' required

Changes