Question 262 of 280
Single answerYou created a model that uses BigQuery ML to perform linear regression. You need to retrain the model on the cumulative data collected every week. You want to minimize the development effort and the scheduling cost. What should you do?
✓AUse BigQuery’s scheduling service to run the model retraining query periodically.
BCreate a pipeline in Vertex AI Pipelines that executes the retraining query, and use the Cloud Scheduler API to run the query weekly.
CUse Cloud Scheduler to trigger a Cloud Function every week that runs the query for retraining the model.
DUse the BigQuery API Connector and Cloud Scheduler to trigger Workflows every week that retrains the model.
✓
Correct Answer: A
Use BigQuery’s scheduling service to run the model retraining query periodically.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.