Partager via


AzureMLBatchExecutionActivity.WebServiceOutputs Propriété

Définition

Obtient ou définit des paires clé,Valeur, mappant les noms des sorties de service web du point de terminaison Azure ML aux objets AzureMLWebServiceFile spécifiant les emplacements d’objets blob de sortie. Ces informations seront transmises dans la propriété WebServiceOutputs de la demande d’exécution de lot Azure ML.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à