Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have a linear regression model built with BigQuery ML that you need to retrain weekly on the cumulative data. Your goal is to minimize both development effort and scheduling overhead. What is your recommended approach?
A
Use BigQuery’s scheduling service to run the model retraining query periodically.
B
Create a pipeline in Vertex AI Pipelines that executes the retraining query, and use the Cloud Scheduler API to run the query weekly.
C
Use Cloud Scheduler to trigger a Cloud Function every week that runs the query for retraining the model.
D
Use the BigQuery API Connector and Cloud Scheduler to trigger Workflows every week that retrains the model.