Google Cloud Professional Machine Learning Engineer — Question 239

You recently used BigQuery ML to train an AutoML regression model. You shared results with your team and received positive feedback. You need to deploy your model for online prediction as quickly as possible. What should you do?

Answer options

Correct answer: C

Explanation

Option C is correct because it involves using BigQuery ML to modify the existing model while specifying Vertex AI for the model registry, which is necessary for deployment. The other options either require retraining the model or exporting it, which could delay the deployment process.