Just asking around as I could not find any documentation/prior queries on this. I am currently using Azure ML Designer to design a pipeline. I am trying to use the Azure ML Python SDK to modify my PipelineDraft
—especially the input data used in the DataSourceNode
; however to no avail.
I have also tried converting it into a parameter and then calling pipeline.update()
. While this works in changing the PipelineDraft
's name, it does not modify any parameters (and thus does not affect the input dataset).
Would really appreciate some help as I have been struggling with this for a while. The SDK documentation is tailored more specifically to Python-only users, as well.