Run batch predictions
Studio → Batch runs real Vertex batch prediction jobs against Gemini and embedding models.
Inputs and outputslink
- check_circleBigQuery source — input bq://project.dataset.table; output to a bq:// destination.
- check_circleStorage source — input gs://bucket/path/*.jsonl; output to a gs:// prefix.
- check_circleProcessed and failed record counts sync from Vertex when the job completes.
Schedulinglink
Scheduled batch jobs accept simple cron expressions ("M H * * *" daily, "M * * * *" hourly, "*/N * * * *" every N minutes); the scheduler spawns a concrete run whenever the template is due.