Returns a Workspace
object for an existing Azure Machine Learning
workspace. Throws an exception if the workpsace doesn't exist or the
required fields don't lead to a uniquely identifiable workspace.
get_workspace(name, auth = NULL, subscription_id = NULL, resource_group = NULL)
name | A string of the workspace name to get. |
---|---|
auth | The |
subscription_id | A string of the subscription ID to use. The parameter is required if the user has access to more than one subscription. |
resource_group | A string of the resource group to use. If |
The Workspace
object.
create_workspace()
service_principal_authentication()
interactive_login_authentication()