Description Usage Arguments See Also
Reads settings from configuration file in JSON format.
Writes settings to configuration file.
1 2 3 4 | read.AzureML.config(config = getOption("AzureML.config"))
write.AzureML.config(id = NULL, auth = NULL, api_endpoint = NULL,
management_endpoint = NULL, file = "")
|
config |
Optional settings file containing id and authorization info. Used if any of the other arguments are missing. The default config file is |
id |
Optional workspace id from ML studio -> settings -> WORKSPACE ID. See the section "Finding your AzureML credentials" for more details. |
auth |
Optional authorization token from ML studio -> settings -> AUTHORIZATION TOKENS. See the section "Finding your AzureML credentials" for more details. |
api_endpoint |
Optional AzureML API web service URI. Defaults to |
management_endpoint |
Optional AzureML management web service URI. Defaults to |
file |
either a character string naming a file or a connection open for writing. "" indicates output to the console. |
write.AzureML.config
workspace
write.AzureML.config
workspace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.