v1
latestOpenAPI 3.1.02026-07-26157321426.3 KBNon-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.