Partilhar via


ArmMachineLearningModelFactory.MachineLearningComputeData Método

Definição

Inicializa uma nova instância de MachineLearningComputeData.

public static Azure.ResourceManager.MachineLearning.MachineLearningComputeData MachineLearningComputeData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSku sku = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeProperties properties = default);
static member MachineLearningComputeData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.MachineLearning.Models.MachineLearningSku * Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeProperties -> Azure.ResourceManager.MachineLearning.MachineLearningComputeData
Public Shared Function MachineLearningComputeData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional sku As MachineLearningSku = Nothing, Optional properties As MachineLearningComputeProperties = Nothing) As MachineLearningComputeData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

tags
IDictionary<String,String>

As marcas.

location
AzureLocation

O local.

identity
ManagedServiceIdentity

A identidade do recurso.

sku
MachineLearningSku

O sku do workspace.

properties
MachineLearningComputeProperties

Propriedades de computação Observe MachineLearningComputeProperties que é a classe base. De acordo com o cenário, uma classe derivada da classe base pode precisar ser atribuída aqui ou essa propriedade precisa ser convertida em uma das classes derivadas possíveis. As classes derivadas disponíveis incluem MachineLearningAksCompute, AmlCompute, MachineLearningComputeInstance, MachineLearningDataFactoryCompute, MachineLearningDataLakeAnalytics, MachineLearningDatabricksCompute, MachineLearningHDInsightCompute, MachineLearningKubernetesComputee MachineLearningVirtualMachineComputeMachineLearningSynapseSpark .

Retornos

Uma nova MachineLearningComputeData instância para zombar.

Aplica-se a