List of questions
Related questions
Question 187 - Professional Machine Learning Engineer discussion
Your 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?
A.
Configure a Cloud Build trigger with the event set as 'Pull Request'
B.
Configure a Cloud Build trigger with the event set as 'Push to a branch'
C.
Configure a Cloud Function that builds the repository each time there is a code change.
D.
Configure a Cloud Function that builds the repository each time a new branch is created.
Your answer:
0 comments
Sorted by
Leave a comment first