Vertex AI – predictions (Batch Prediction)
Batch prediction is used when you don’t require an immediate response and want to get predictions from the accumulated data via a single request. Follow these steps to perform batch prediction for the models we trained earlier:
- Go to Models from the left menu of the console.
- Click on the model you want to work with.
- Click on the version of the model you want to work with.
- From the top menu, click on BATCH PREDICT.
- Click on the blue CREATE BATCH PREDICTION button:
After clicking on CREATE BATCH PREDICTION, you need to define some parameters, such as the batch prediction’s name, source, output, and so on. Let’s analyze each of them:
- Batch prediction name: Enter a name for the batch prediction.
- Select source: Here, you need to specify the source of the value that will be used in batch prediction. You can source either the BigQuery table or the file...