다음을 통해 공유


CustomMonitoringSignal.Inputs Property

Definition

Extra component parameters to take as input. Key is the component literal input port name, value is the parameter value. Please note MachineLearningJobInput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningCustomModelJobInput, MachineLearningLiteralJobInput, MachineLearningFlowModelJobInput, MachineLearningTableJobInput, MachineLearningTritonModelJobInput, MachineLearningUriFileJobInput and MachineLearningUriFolderJobInput.

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)

Property Value

Applies to