The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are RegressRequest (3 properties), ClassifyRequest (3 properties), PredictRequest (3 properties), PredictResponse (2 properties). Each schema is shown below with its type and property counts.
PredictRequest
object
Request body for prediction inference. Supports row format (instances) or column format (inputs).
3 properties
RegressResponse
object
Response from regression inference
1 property
ErrorResponse
object
Error response returned when a request fails
1 property
ClassifyRequest
object
Request body for classification inference
3 properties
ClassifyResponse
object
Response from classification inference
1 property
RegressRequest
object
Request body for regression inference
3 properties
PredictResponse
object
Response from prediction inference. Returns predictions in row format or outputs in column format depending on the request.
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.