Google Cloud Professional Machine Learning Engineer — Question 308

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 code changes by using an efficient retraining process. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because it effectively combines triggers for both code changes and new data, ensuring that the model is retrained in response to both types of updates. Option A focuses solely on data drift monitoring, which might not address code changes. Option C schedules retraining daily, which may not be necessary, and option D introduces complexity with orchestration that might not be required for simple updates.