次の方法で共有


AzureMLBatchExecutionActivity.WebServiceOutputs プロパティ

定義

Azure ML エンドポイントの Web サービス出力の名前を、出力 BLOB の場所を指定する AzureMLWebServiceFile オブジェクトにマッピングする、キー、値のペアを取得または設定します。 この情報は、Azure ML バッチ実行要求の WebServiceOutputs プロパティで渡されます。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.webServiceOutputs")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile> WebServiceOutputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.webServiceOutputs")>]
member this.WebServiceOutputs : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile> with get, set
Public Property WebServiceOutputs As IDictionary(Of String, AzureMLWebServiceFile)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象