question

javier-8889 avatar image
0 Votes"
javier-8889 asked ramr-msft commented

azure ml designer: how to call a pipeline from another pipeline

I'm using ML Designer and i have created a sub-pipeline that i want to use it in other pipelines. how do i call that sub-pipeline from the designer?

The purpose of the subpipeline is to transform data, so the output is a dataset.

azure-machine-learning
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ramr-msft avatar image
0 Votes"
ramr-msft answered ramr-msft commented

@javier-8889Thanks for the question. Can you please add more details about the pipeline steps. You can implement an AML pipeline with Python code, but also with the new AML designer which under the covers is creating an AML Pipeline defining that “visual workflow”. Basically you can register a trained model in Designer bring it out with SDK/CLI to deploy it. Currently only Data Drift Monitor (Data Drift->EventGrid->LogicApp->Trigger Pipeline) allows to trigger a pipeline when dataset drift has been detected.

When designing a pipeline in Azure ML Designer, each step or module creates intermediate datasets that can be seen using the UI using Visualize option. Those datasets are persisted in the blob storage.


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

thanks @ramr-msft I'll try that.

It would be great if in the future we were able to drag and drop existing pipelines to the designer canvas in the same fashion to what we currently do in ADF.

thanks

0 Votes 0 ·

@javier-8889 Thanks for the feedback. We have forwarded to the product team for the same.

0 Votes 0 ·