Question 214 of 280
Single answerYour team frequently creates new ML models and runs experiments. Your team pushes code to a single repository hosted on Cloud Source Repositories. You want to create a continuous integration pipeline that automatically retrains the models whenever there is any modification of the code. What should be your first step to set up the CI pipeline?
AConfigure a Cloud Build trigger with the event set as "Pull Request"
✓BConfigure a Cloud Build trigger with the event set as "Push to a branch"
CConfigure a Cloud Function that builds the repository each time there is a code change
DConfigure a Cloud Function that builds the repository each time a new branch is created
✓
Correct Answer: B
Configure a Cloud Build trigger with the event set as "Push to a branch"
▥
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.