Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

write_workspace_config

Write out the workspace configuration details to a config file


Description

Write out the workspace ARM properties to a config file. Workspace ARM properties can be loaded later using load_workspace_from_config(). The method provides a simple way of reusing the same workspace across multiple files or projects. Users can save the workspace ARM properties using this function, and use load_workspace_from_config() to load the same workspace in different files or projects without retyping the workspace ARM properties.

Usage

write_workspace_config(workspace, path = NULL, file_name = NULL)

Arguments

workspace

The Workspace object whose config has to be written down.

path

A string of the location to write the config.json file. The config file will be located in a directory called '.azureml'. The parameter defaults to the current working directory, so by default config.json will be located at '.azureml/'.

file_name

A string of the name to use for the config file. The parameter defaults to 'config.json'.

Value

None

See Also


azuremlsdk

Interface to the 'Azure Machine Learning' 'SDK'

v1.10.0
MIT + file LICENSE
Authors
Diondra Peck [cre, aut], Minna Xiao [aut], AzureML R SDK Team [ctb], Microsoft [cph, fnd], Google Inc. [cph] (Examples and Tutorials), The TensorFlow Authors [cph] (Examples and Tutorials), RStudio Inc. [cph] (Examples and Tutorials)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.