Topic 1 Question 267
You 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?
Use BigQuery’s scheduling service to run the model retraining query periodically.
Create a pipeline in Vertex AI Pipelines that executes the retraining query, and use the Cloud Scheduler API to run the query weekly.
Use Cloud Scheduler to trigger a Cloud Function every week that runs the query for retraining the model.
Use the BigQuery API Connector and Cloud Scheduler to trigger Workflows every week that retrains the model.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
Option B: Vertex AI Pipelines offer flexibility for complex workflows, but it involves more development effort and potential costs for pipeline execution. Option C: Cloud Functions provide a serverless way to execute code, but they incur execution costs and require additional configuration for triggering and permissions. Option D: Workflows can manage complex orchestration, but configuring the BigQuery API Connector and Cloud Scheduler adds complexity and potential costs.
👍 1pikachu0072024/01/13
シャッフルモード