次の方法で共有


AzureMLExecutePipelineActivity.MLPipelineParameters プロパティ

定義

発行された Azure ML パイプライン エンドポイントに渡されるキー、値のペア。 キーは、発行されたパイプラインで定義されているパイプライン パラメーターの名前と一致する必要があります。 値は、発行されたパイプライン実行要求の ParameterAssignments プロパティで渡されます。 型: キーと値のペアを持つオブジェクト (または ResultType オブジェクトを持つ式)。

public Azure.Core.Expressions.DataFactory.DataFactoryElement<System.Collections.Generic.IDictionary<string,string>> MLPipelineParameters { get; set; }
member this.MLPipelineParameters : Azure.Core.Expressions.DataFactory.DataFactoryElement<System.Collections.Generic.IDictionary<string, string>> with get, set
Public Property MLPipelineParameters As DataFactoryElement(Of IDictionary(Of String, String))

プロパティ値

適用対象