Topic 1 Question 217
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?
Configure a Cloud Build trigger with the event set as "Pull Request"
Configure a Cloud Build trigger with the event set as "Push to a branch"
Configure a Cloud Function that builds the repository each time there is a code change
Configure a Cloud Function that builds the repository each time a new branch is created
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
Cloud Build Integration: Cloud Build is Google Cloud's fully managed CI/CD platform, designed to automate builds and deployments, making it ideal for this task. Trigger on Code Pushes: Setting the trigger event to "Push to a branch" ensures that the pipeline automatically activates whenever new code is pushed to any branch of the repository, aligning with the goal of retraining models on code modifications.
👍 1pikachu0072024/01/12
シャッフルモード