PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #321
You recently deployed an image classification model on Google Cloud. You used Cloud Build to build a CI/CD pipeline for the model. You need to ensure that the model stays up-to-date with data and…
The correct answer is B. Configure a Git repository trigger in Cloud Build to initiate retraining when there are new code. Combining Git repository triggers in Cloud Build for code changes and Pub/Sub triggers for new data ensures that the retraining process responds dynamically to both relevant changes. This setup supports efficient and automated CI/CD for ML models without relying on fixed…
Question
Options
- AUse Cloud Run functions to monitor data drift in real time and trigger a Vertex AI Training job to
- BConfigure a Git repository trigger in Cloud Build to initiate retraining when there are new code
- CUse Cloud Scheduler to initiate a daily retraining job in Vertex AI Pipelines.
- DConfigure Cloud Composer to orchestrate a weekly retraining job that includes data extraction
How the community answered
(54 responses)- A17% (9)
- B70% (38)
- C9% (5)
- D4% (2)
Explanation
Combining Git repository triggers in Cloud Build for code changes and Pub/Sub triggers for new data ensures that the retraining process responds dynamically to both relevant changes. This setup supports efficient and automated CI/CD for ML models without relying on fixed schedules or manual checks.
Topics
Community Discussion
No community discussion yet for this question.