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?
Explanation:
The correct answer is C. You can alter the model by using BigQuery ML and specify Vertex AI as the model registry. This approach allows you to manage and deploy your model directly from BigQuery ML without the need for retraining or exporting the model to Cloud Storage. This method is quick and efficient for deploying the model to a Vertex AI endpoint for online prediction. Options A and B involve unnecessary retraining, and Option D adds extra steps by requiring the export to Cloud Storage and then importing into Vertex AI.