@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.
How can i access azure ml pipeline parameters from a python script running in designer?

javier
901
Reputation points
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?
{count} votes
Hi @Ramr-msft any news from the product team? thanks
@javier Thanks, Can you please add more details about the use case and where you want to use pipeline parameter in the script.
The use cases are :
1) I need to run the apriori algorithm (arules library, R) and would like it to read two pipeline parameters (minimum support and confidence levels, both type float)
2) would like to pass a string to a Python script (much like and SQL query) as a parametrer and process it.
The hack I am considering is, since both script modules accept two different dataframes as inputs is to pass a pipeline parameters in one of the dataframes. Of course that might mean that I lose one of the dataframe inputs...
Sign in to comment