v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB
Regional

Call a regional environment of a model.

Sends a synchronous predict request via a regional hostname. The environment is determined by the hostname, not the path.

post/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.