Search code examples
azureazure-machine-learning-service

How to get list of services in Azure ML?


Is there an API to receive list of published webservices?

I have workspace id and auth token, I can get list of projects and experiments, but I can't get list of services created from experiments. Specifically I need the URL in order to post requests.
(source: windows.net)

In client api I see if we publish a new service we can get it, but do we have more options?


Solution

  • The R Azure ML API has that. Excerpt from https://htmlpreview.github.io/?https://github.com/RevolutionAnalytics/AzureML/blob/master/vignettes/getting_started.html :

    (webservices <- services(ws, name = "AzureML-vignette-silly"))