R/workspace.R
write_workspace_config.Rd
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.
write_workspace_config(workspace, path = NULL, file_name = NULL)
workspace | The |
---|---|
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 |
None
load_workspace_from_config()