你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于