
Ultimate access to all questions.
You recently used BigQuery ML to train an AutoML regression model for a project focused on predicting sales revenue. After thorough evaluation, you shared the results with your team and received positive feedback for the model's performance. Now, you need to deploy your model for online prediction in a production environment as quickly as possible to start making real-time predictions. What should you do?
A
Retrain the model by using BigQuery ML, and specify Vertex AI as the model registry. Deploy the model from Vertex AI Model Registry to a Vertex AI endpoint.
B
Retrain the model by using Vertex AI. Deploy the model from Vertex AI Model Registry to a Vertex AI endpoint.
C
Alter the model by using BigQuery ML, and specify Vertex AI as the model registry. Deploy the model from Vertex AI Model Registry to a Vertex AI endpoint.
D
Export the model from BigQuery ML to Cloud Storage. Import the model into Vertex AI Model Registry. Deploy the model to a Vertex AI endpoint.