Uses of Class
com.azure.resourcemanager.machinelearning.models.Compute
-
Packages that use Compute Package Description com.azure.resourcemanager.machinelearning.fluent.models Package containing the inner data models for AzureMachineLearningWorkspaces.com.azure.resourcemanager.machinelearning.models Package containing the data models for AzureMachineLearningWorkspaces. -
-
Uses of Compute in com.azure.resourcemanager.machinelearning.fluent.models
Methods in com.azure.resourcemanager.machinelearning.fluent.models that return Compute Modifier and Type Method Description Compute
ComputeResourceInner. properties()
Get the properties property: Compute properties.Methods in com.azure.resourcemanager.machinelearning.fluent.models with parameters of type Compute Modifier and Type Method Description ComputeResourceInner
ComputeResourceInner. withProperties(Compute properties)
Set the properties property: Compute properties. -
Uses of Compute in com.azure.resourcemanager.machinelearning.models
Subclasses of Compute in com.azure.resourcemanager.machinelearning.models Modifier and Type Class Description class
Aks
A Machine Learning compute based on AKS.class
AmlCompute
An Azure Machine Learning compute.class
ComputeInstance
An Azure Machine Learning compute instance.class
Databricks
A DataFactory compute.class
DataFactory
A DataFactory compute.class
DataLakeAnalytics
A DataLakeAnalytics compute.class
HDInsight
A HDInsight compute.class
Kubernetes
A Machine Learning compute based on Kubernetes Compute.class
SynapseSpark
A SynapseSpark compute.class
VirtualMachine
A Machine Learning compute based on Azure Virtual Machines.Methods in com.azure.resourcemanager.machinelearning.models that return Compute Modifier and Type Method Description Compute
ComputeResource. properties()
Gets the properties property: Compute properties.Compute
ComputeResourceSchema. properties()
Get the properties property: Compute properties.Compute
Compute. withDescription(String description)
Set the description property: The description of the Machine Learning compute.Compute
Compute. withDisableLocalAuth(Boolean disableLocalAuth)
Set the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.Compute
Compute. withResourceId(String resourceId)
Set the resourceId property: ARM resource id of the underlying compute.Methods in com.azure.resourcemanager.machinelearning.models with parameters of type Compute Modifier and Type Method Description ComputeResource.DefinitionStages.WithCreate
ComputeResource.DefinitionStages.WithProperties. withProperties(Compute properties)
Specifies the properties property: Compute properties.ComputeResourceSchema
ComputeResourceSchema. withProperties(Compute properties)
Set the properties property: Compute properties.
-