question

HenryWinkler-9102 avatar image
0 Votes"
HenryWinkler-9102 asked Marvijo-3426 answered

How to specify do not allow reuse in Azure Machine Learning designer

Is there a way in the AML designer to set a pipeline and/or specific step to now allow reuse between runs? I've seen quite a few posts on how to do this in code, but I can't seem to find a way to set that property in the designer.

azure-machine-learning
· 1
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.

I have the exact same question. I even recreated the whole Pipeline and reuploaded my imported file with another name to reduce the caching... But after the first time it ALWAYS gets reused...
How Can I get this to work?

197646-image.png


197721-image.png


197674-image.png

197618-image.png


0 Votes 0 ·
image.png (78.8 KiB)
image.png (50.5 KiB)
image.png (34.7 KiB)
image.png (80.9 KiB)
YutongTie-MSFT avatar image
0 Votes"
YutongTie-MSFT answered

Hello,

Use the following steps to update a module pipeline parameter:

At the top of the canvas, select the gear icon.
In the Pipeline parameters section, you can view and update the name and default value for all of your pipeline parameter.

84664-image.png


Hope this helps. Thanks.

Regards,
Yutong


image.png (125.4 KiB)
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.

HenryWinkler-9102 avatar image
0 Votes"
HenryWinkler-9102 answered

Thanks Youtong. Unfortunately, that doesn't seem to be working for me. I tried to add that as a pipeline parameter, but when I go to submit the pipeline again, it just reused the output from the prior run for each module. Here is an example for the first step where I set the Train Dataset. As you can see, it's reusing the dataset.

89636-azureml-reusedataset.png



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.

HenryWinkler-9102 avatar image
0 Votes"
HenryWinkler-9102 answered YutongTie-MSFT commented

Yutong,
Please disregard my prior email. I went back and recreated all of the pipeline parameters and now the allow_reuse is working as you described. I must have made a typo or some other error the first time around.

Thank you for this solution!

· 1
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 for the kind confirmation! Glad to help you!


Regards,
Yutong

0 Votes 0 ·
MichaelStr avatar image
0 Votes"
MichaelStr answered

@YutongTie-MSFT Hi I experience the exact same issue (commented in the initial post above with screenshots)
I recreated all the queries and and used the parameter correnctly (i think) but it keeps getting ignored. Its kind of time critial for me. How can I get this to work?

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.

Marvijo-3426 avatar image
0 Votes"
Marvijo-3426 answered

Hi. I resolved this by checking the 'Regenerate Output' option for a root component.
209782-screenshot-2022-06-09-090305.png


209717-screenshot-2022-06-09-090514.png



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.