Resume an incomplete batch inference job

If a Generative AI on Vertex AI batch inference job fails, is canceled, or expires, you can resume it by creating a new batch job. The new job only processes the incomplete or failed requests from the previous job, merging the new results with those from the previously completed requests. For example, if the incomplete batch job was 90% complete, the new job processes the remaining 10% of the requests.

To resume a batch job, create a new batch job, supplying the Cloud Storage file or BigQuery table output as input to the new job.

What's next