🔥 3-day streak
Professional Machine Learning Engineer156 / 166
Question 156 of 166
Your ML team has a Vertex AI Pipeline definition that trains and evaluates a fraud model. The same pipeline must run in three environments: 'dev' (small sample, cheap machine type, no deployment), 'staging' (full data, standard machine, deploy to a test endpoint), and 'prod' (full data, deploy to production endpoint after an approval step). You want to maintain a single compiled pipeline and avoid duplicating component code across environments. What is the most maintainable approach?
Reviewed for accuracy · Report an issueNext question