Skip to main content

compute_data_mounts

Creates, updates, deletes, gets or lists a compute_data_mounts resource.

Overview

Namecompute_data_mounts
TypeResource
Idazure.ml_services.compute_data_mounts

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, resourceGroupName, workspaceName, computeName

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
computeNamestringName of the Azure Machine Learning compute.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.
workspaceNamestringAzure Machine Learning Workspace Name

Lifecycle Methods

Success.

EXEC azure.ml_services.compute_data_mounts.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@workspaceName='{{ workspaceName }}' --required,
@computeName='{{ computeName }}' --required
;