PMLE Automating and orchestrating ML pipelines • 20 Questions
20 PMLE Automating and orchestrating ML pipelines practice questions with answers and explanations. Free, no signup.
An MLOps team is implementing a CI/CD pipeline for a TensorFlow model on Vertex AI. The model training job takes 2 hours and produces a SavedModel. The team wants to automatically trigger a new pipeline run whenever a change is pushed to the 'main' branch of their source repository. The pipeline should include training, evaluation, and if metrics exceed a threshold, deploy the model to a Vertex AI endpoint. Which trigger configuration should they use?