Search code examples
azureazure-machine-learning-service

Web service output - Azure ML Studio


I am new to Azure ML Studio. I tried creating an experiment that takes a numeric value as input and a gives a data table type output. I works fine when I run it in the portal , but not when I run it as a web service. It shows a single value numeric output , when it has to be a data table type.

Is there a way to change the output type of web service output?

Visualizing output in portal

Test RRS output(web service)


Solution

  • Make is a classic web service and see the JSON output getting from it. If it's providing all data you need.. go for it.