Create Batch Inference Job
Path parameters
The Account Id
Query parameters
ID of the batch inference job.
Request body
The creation time of the batch inference job.
The email address of the user who initiated this batch inference job.
JobState represents the state an asynchronous job can be in.
- JOB_STATE_PAUSED: Job is paused, typically due to account suspension or manual intervention.
The name of the model to use for inference. This is required, except when continued_from_job_name is specified.
The name of the dataset used for inference. This is required, except when continued_from_job_name is specified.
The name of the dataset used for storing the results. This will also contain the error file.
The update time for the batch inference job.
The resource name of the batch inference job that this job continues from. Used for lineage tracking to understand job continuation chains.
Response
A successful response.
The creation time of the batch inference job.
The email address of the user who initiated this batch inference job.
JobState represents the state an asynchronous job can be in.
- JOB_STATE_PAUSED: Job is paused, typically due to account suspension or manual intervention.
The name of the model to use for inference. This is required, except when continued_from_job_name is specified.
The name of the dataset used for inference. This is required, except when continued_from_job_name is specified.
The name of the dataset used for storing the results. This will also contain the error file.
The update time for the batch inference job.
The resource name of the batch inference job that this job continues from. Used for lineage tracking to understand job continuation chains.