AzureMLBatchExecutionActivity.WebServiceOutputs Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET