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.
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.
@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.
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
@javier-8889 Thanks for the feedback. We have forwarded to the product team for the same.
7 people are following this question.