Learn R Programming

AzureML (version 0.1.1)

getWebServices: Get Available Web Services.

Description

Get a list of webservices available to the Microsoft Azure Machine Learning workspace specified by the Azure ML workspace ID.

Usage

getWebServices(wkID, authToken, url = prodURL)

Arguments

wkID
workspace ID
authToken
primary authorization token
url
the API url to make the call to, by default hits the Azure management API

Value

  • Returns a list of lists, where each web service is represented as a nested named list with the following fields:
    • Id
    • Name
    • Description
    • CreationTime
    • WorkspaceId
    • DefaultEndpointName

See Also

publishWebService consumeLists Other discovery functions: discoverSchema; getEPDetails; getEndpoints; getFramework; getWSDetails

Examples

Run this code
services = getWebServices("wsID", "authToken")
serviceID = services[[1]]["Id"]

Run the code above in your browser using DataLab