Compartir a través de


ArmMachineLearningModelFactory.MachineLearningComputeData Método

Definición

Inicializa una nueva instancia 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

id
ResourceIdentifier

El identificador.

name
String

Nombre.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Las etiquetas.

location
AzureLocation

Ubicación.

identity
ManagedServiceIdentity

Identidad del recurso.

sku
MachineLearningSku

SKU del área de trabajo.

properties
MachineLearningComputeProperties

Propiedades de proceso Tenga en cuenta MachineLearningComputeProperties que es la clase base. Según el escenario, es posible que sea necesario asignar una clase derivada de la clase base aquí, o esta propiedad debe convertirse en una de las posibles clases derivadas. Las clases derivadas disponibles incluyen MachineLearningAksCompute, AmlCompute, MachineLearningComputeInstance, MachineLearningDataFactoryComputeMachineLearningDataLakeAnalytics, MachineLearningDatabricksCompute, , MachineLearningHDInsightCompute, , MachineLearningKubernetesComputey MachineLearningVirtualMachineComputeMachineLearningSynapseSpark .

Devoluciones

MachineLearningComputeData Nueva instancia para simular.

Se aplica a