Parallelize multiple steps in AzureML pipeline job using CLI

matsuo_basho 30 Reputation points
2023-11-20T01:29:07.13+00:00

I have the following pipeline job that I launch using the Azure ML CLI.

User's image

Since the branches are independent of each other, I would like to process them in parallel. However, it appears that parallel jobs can only be used within a single step.

Is this the case? Is there any way to have my compute process the branches simultaneously?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,072 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.