Compartir a través de


MachineLearningCommandJob.Inputs Propiedad

Definición

Asignación de enlaces de datos de entrada usados en el trabajo. Tenga en cuenta MachineLearningJobInput 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 MachineLearningCustomModelJobInput, MachineLearningLiteralJobInput, MachineLearningFlowModelJobInputMachineLearningTableJobInput, , MachineLearningTritonModelJobInputy MachineLearningUriFileJobInputMachineLearningUriFolderJobInput.

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput> Inputs { get; set; }
member this.Inputs : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput> with get, set
Public Property Inputs As IDictionary(Of String, MachineLearningJobInput)

Valor de propiedad

Se aplica a