Is it possible to convert a web service output as a dataset or a csv file ? I want to consume this in another experiment.
Is it possible to convert a web service output as a dataset or a csv file ? I want to consume this in another experiment.
You can delete or export in-product data stored by Azure Machine Learning Studio (classic) by using the Azure portal, the Studio (classic) interface, PowerShell, and authenticated REST APIs. This article tells you how.
Telemetry data can be accessed through the Azure Privacy portal.
More details please refer to: https://docs.microsoft.com/en-us/azure/machine-learning/studio/export-delete-personal-data-dsr
And also you can use one of the Azure Machine Learning Studio Module - "Export Data" to do it : https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/export-data?redirectedfrom=MSDN
Let me know if you have more questions.
Regards,
Yutong
I think I should reframe my question. I already have a web service output from an experiment (which is a module- web service output ). Is there any way I can convert that output into a dataset so that I can reuse the output in other experiments.
Thank you. After I added Export Data module to my experiment, I was able to transfer the output of the experiment to a blob storage container as a .csv file.
3 people are following this question.