1
votes

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)

1
No R content visible. Removed tag, since it will probably attract viewers who will downvote for lack of code or data. (The Azure focussed viewers may be more tolerant.) - IRTFM
@42- ok ,thank you :) - Sundari
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 - Haritha Thilakarathne
@HarithaThilakarathne It shows , thanks :) - Sundari
@Sundari added as an answer. Better to mark the question as answered :) - Haritha Thilakarathne

1 Answers

0
votes

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.