v1
latestOpenAPI 3.1.02026-07-26157321426.3 KBNon-Regional
Call the development deployment of a model.
Sends a synchronous predict request to the development deployment.
post/development/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.