Description Usage Arguments Value See Also
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.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.