Learn R Programming

AzureML (version 0.1.1)

discoverSchema: Discover web service schema

Description

Discover the expected input to a web service specified by a web service ID ng the workspace ID and web service ID, information specific to the consumption functions

Usage

discoverSchema(helpURL, scheme = "https",
  host = "ussouthcentral.services.azureml.net", api_version = "2.0")

Arguments

helpURL
URL of the help page of the web service
scheme
the URI scheme
host
optional parameter that defaults to ussouthcentral.services.azureml.net
api_version
defaults to 2.0

Value

  • List containing the request URL of the webservice, column names of the data, sample input as well as the input schema

See Also

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

Examples

Run this code
endpoints <- getEndpoints("wsID", "wsAuth", "webserviceID")
wsSchema <- discoverSchema(endpoints[[1]]$HelpLocation)

Run the code above in your browser using DataLab