Skip to main content

compute_custom_services

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

Overview

Namecompute_custom_services
TypeResource
Idazure.ml_services.compute_custom_services

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, computeNameUpdates the custom services list. The list of custom services provided shall be overwritten

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

Updates the custom services list. The list of custom services provided shall be overwritten

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