次の方法で共有


MachineLearningCommandJob.Outputs プロパティ

定義

ジョブで使用される出力データ バインディングのマッピング。 基底クラスであることに注意 MachineLearningJobOutput してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、、MachineLearningFlowModelJobOutputMachineLearningTritonModelJobOutputMachineLearningTableJobOutputMachineLearningUriFileJobOutput、および がMachineLearningUriFolderJobOutput含まれます。MachineLearningCustomModelJobOutput

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

プロパティ値

適用対象