Learn R Programming

AzureML (version 0.1.1)

getEPDetails: Get Endpoint Details.

Description

Get detailed information about a specific endpoint for a web service specified by the Azure ML web service ID and endpoint name.

Usage

getEPDetails(wkID, authToken, wsID, epName, url = prodURL)

Arguments

wkID
workspace ID
authToken
primary authorization token
wsID
the web service ID
epName
endpoint name, e.g. "default"
url
the API url to make the call to, by default hits the Azure management API

Value

  • Returns a list with the following fields:
    • Name
    • Description
    • CreationTime
    • WorkspaceId
    • WebServiceId
    • HelpLocation
    • PrimaryKey
    • SecondaryKey
    • ApiLocation
    • Version
    • MaxConcurrentCalls
    • DiagnosticsTraceLevel
    • ThrottleLevel

See Also

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