How can i access azure ml pipeline parameters from a python script running in designer?

javier 936 Reputation points
2021-05-09T01:03:50.407+00:00

I would like to perform some data transformations using the Python script module in Designer for which i would need to access some pipeline parameters. How can i get those values?

What would be the equivalent for an R script?

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

Accepted answer
  1. Ramr-msft 17,731 Reputation points
    2021-05-18T04:06:56.287+00:00

    @javier Thanks, Currently passing a pipeline parameter to the script of Execute Python/R Module is not supported. We have a new feature custom module which is in private preview. you can write your own module and use in Designer. If it's a common case, it might be better to use custom module.


0 additional answers

Sort by: Most helpful