次の方法で共有


CustomMonitoringSignal.Inputs プロパティ

定義

入力として受け取る追加のコンポーネント パラメーター。 キーはコンポーネント リテラルの入力ポート名で、値はパラメーター値です。 基底クラスであることに注意 MachineLearningJobInput してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、、MachineLearningLiteralJobInputMachineLearningFlowModelJobInputMachineLearningTritonModelJobInputMachineLearningTableJobInputMachineLearningUriFileJobInput、および がMachineLearningUriFolderJobInput含まれます。MachineLearningCustomModelJobInput

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)

プロパティ値

適用対象