次の方法で共有


AzureMLBatchExecutionActivity.GlobalParameters プロパティ

定義

Azure ML バッチ実行サービス エンドポイントに渡されるキー、値のペアを取得または設定します。 キーは、公開済みの Azure ML Web サービスで定義されている、Web サービスのパラメーターの名前と一致する必要があります。 値は、Azure ML バッチ実行要求の GlobalParameters プロパティで渡されます。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.globalParameters")]
public System.Collections.Generic.IDictionary<string,object> GlobalParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.globalParameters")>]
member this.GlobalParameters : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property GlobalParameters As IDictionary(Of String, Object)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象