次の方法で共有


AzureMLBatchExecutionActivity.WebServiceOutputs プロパティ

定義

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

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DataFactory.Models.AzureMLWebServiceFile> WebServiceOutputs { get; }
member this.WebServiceOutputs : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DataFactory.Models.AzureMLWebServiceFile>
Public ReadOnly Property WebServiceOutputs As IDictionary(Of String, AzureMLWebServiceFile)

プロパティ値

適用対象