Predict
inference
Predict
Batch predictions from a trained model.
POST
Predict
Path Parameters
Body
application/json
POST /v1/models/{model_id}/predict -- Batch predictions.
Inline dataset spec (connection config + columns + optional filter) describing the rows to score. The server builds a typed trainer Dataset from it and ships it to the inference worker, which materializes inside its container.
Response
Successful Response
Base response returned by async job-submission endpoints.
Keyed on job_id. Model identity (when applicable) is materialized
at completion and returned inside JobResultResponse.result_data.