🔥 3-day streak
Professional Machine Learning Engineer69 / 166
Question 69 of 166
Your team builds a Vertex AI Pipeline (KFP v2) that must train the same model architecture on 12 different regional datasets. Each regional training run is independent, and the datasets are known at compile time from a list. Downstream, a single aggregation component must collect the evaluation metrics from all 12 runs to select the best regional model. You want to express this fan-out/fan-in pattern efficiently in the pipeline DSL without hardcoding 12 separate component calls. Which approach should you use?
Reviewed for accuracy · Report an issueNext question