Delete the Azure Machine Learning workspace resource. delete_workspace()
can also delete the workspace's associated resources.
delete_workspace(
workspace,
delete_dependent_resources = FALSE,
no_wait = FALSE
)
The Workspace
object of the workspace to delete.
If TRUE
the workspace's associated
resources, i.e. ACR, storage account, key value, and application insights
will also be deleted.
If FALSE
do not wait for the workspace deletion to complete.
None