Hello Oriol Varela Fernandez,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you would like to run pipeline job from batch endpoint with multiple instances.
Regarding your question and explanation:
- Modify your pipeline definition to include
ParallelRunStep
orparallel_for_each
- https://learn.microsoft.com/en-us/azure/machine-learning/how-to-use-parallel-job-in-pipeline - Ensure your compute cluster supports multiple nodes and is set to autoscale.
- Remove
--instance-count
from CLI commands, as it does not apply to pipeline jobs. - Monitor pipeline execution using Azure ML Studio logs to confirm parallel execution.
Example of deploying pipelines and using parallel execution:
I hope this is helpful! Do not hesitate to let me know if you have any other questions. or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.