🔥 3-day streak
Professional Machine Learning Engineer154 / 166
Question 154 of 166

Your team's Vertex AI Pipeline uses a KFP `dsl.ParallelFor` loop to train one model per geographic region in parallel. After the loop, you need a single downstream component to receive the list of validation accuracy metrics produced by every loop iteration so it can select and register the best-performing regional model. What is the correct way to pass the per-iteration outputs to the aggregation component?

Reviewed for accuracy · Report an issueNext question