run_batch_prediction
Score an entire dataset against a trained model version. Submit batch prediction jobs and poll for results or block until complete.
Instructions
Score an entire dataset against a trained model version.
project_id and target_feature are auto-resolved from the model version
record when omitted. dataset_version_id identifies both the input file and
the row count for credit billing.
Returns immediately by default (fire-and-poll). Use
get_prediction(prediction_id) to check status (includes downloadReady
flag for completed batches). Set wait_for_result=true to block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_version_id | Yes | ||
| dataset_version_id | Yes | ||
| project_id | No | ||
| target_feature | No | ||
| wait_for_result | No | ||
| max_wait_seconds | No | ||
| poll_interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||