v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB
Non-Regional

Call the production environment of a model.

Sends a synchronous predict request to the deployment promoted to the production environment. The request body is forwarded directly to the model's predict function.

post/production/predict

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.