Non-Regional

Call a specific deployment of a model by deployment ID.

Sends a synchronous predict request to the specified deployment.

post/deployment/{deployment_id}/predict

Path parameters

deployment_idstring required

Request body

object required

JSON-serializable model input. The shape is defined by the model's predict function.

Response

Successful synchronous prediction.

object required

JSON-serializable output. The shape is defined by the model.

Changes