Learn R Programming

AzureML (version 0.2.10)

read.AzureML.config: Reads settings from configuration file in JSON format.

Description

Reads settings from configuration file in JSON format.

Writes settings to configuration file.

Usage

read.AzureML.config(config = getOption("AzureML.config"))
write.AzureML.config(id = NULL, auth = NULL, api_endpoint = NULL, management_endpoint = NULL, file = "")

Arguments

config
Optional settings file containing id and authorization info. Used if any of the other arguments are missing. The default config file is ~/.azureml/settings.json, but you can change this location by setting options(AzureML.config = "newlocation"). See the section "Using a settings.json file" for more details.
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 https://studioap.azureml.net if not provided and not specified in config. See note.
management_endpoint
Optional AzureML management web service URI. Defaults to https://management.azureml.net if not provided and not specified in config. See note.
file
either a character string naming a file or a connection open for writing. "" indicates output to the console.

See Also

write.AzureML.config

workspace

write.AzureML.config

workspace