次の方法で共有


MachineLearningPipelineJob.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)

プロパティ値

適用対象