Learn R Programming

AzureML (version 0.1.1)

getWSDetails: Get Web Service Details.

Description

Get detailed information about a specific Microsoft Azure Machine Learning web service specified by the Azure ML web service ID.

Usage

getWSDetails(wkID, authToken, wsID, url = prodURL)

Arguments

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

Value

  • Returns a list with the following fields:
    • Id
    • Name
    • Description
    • CreationTime
    • WorkspaceId
    • DefaultEndpointName

See Also

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