discoverSchema: Discover web service schema.

Description Usage Arguments Value See Also

View source: R/discover.R

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

1
2
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

AzureML API version

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 consume workspace link{services} endpoints endpointHelp

Other discovery functions: endpointHelp, endpoints, services, workspace


AzureML documentation built on July 28, 2019, 1:02 a.m.