powered by
Download and return help for the specified AzureML web service endpoint.
endpointHelp(ep, type = c("apidocument", "r-snippet", "score", "jobs", "update"))
an AzureML web service endpoint from the endpoints function.
endpoints
the type of help to display.
Returns the help text. If type = "apidocument", then returns the help as a list from a parsed JSON document describing the service.
type = "apidocument"
Other discovery functions: discoverSchema, endpoints, services, workspace
discoverSchema
services
workspace
# NOT RUN { ws <- workspace() s <- services(ws) e <- endpoints(ws, s[1,]) endpointHelp(e) Particularly useful way to see expected service input and output: endpointHelp(e)$definitions # }
Run the code above in your browser using DataLab