Skip to main content

compute

Overview

Namecompute
TypeResource
Idazure.ml_services.compute

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
identityobjectManaged service identity (system assigned and/or user assigned identities)
locationstringSpecifies the location of the resource.
propertiesobjectMachine Learning compute object.
skuobjectThe resource model definition representing SKU
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectContains resource tags defined as key/value pairs.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTcomputeName, resourceGroupName, subscriptionId, workspaceNameGets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
listSELECTresourceGroupName, subscriptionId, workspaceNameGets computes in specified workspace.
create_or_updateINSERTcomputeName, resourceGroupName, subscriptionId, workspaceNameCreates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
deleteDELETEcomputeName, resourceGroupName, subscriptionId, underlyingResourceAction, workspaceNameDeletes specified Machine Learning compute.
_listEXECresourceGroupName, subscriptionId, workspaceNameGets computes in specified workspace.
resizeEXECcomputeName, resourceGroupName, subscriptionId, workspaceNameUpdates the size of a Compute Instance.
restartEXECcomputeName, resourceGroupName, subscriptionId, workspaceNamePosts a restart action to a compute instance
startEXECcomputeName, resourceGroupName, subscriptionId, workspaceNamePosts a start action to a compute instance
stopEXECcomputeName, resourceGroupName, subscriptionId, workspaceNamePosts a stop action to a compute instance
updateEXECcomputeName, resourceGroupName, subscriptionId, workspaceNameUpdates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.