Partager via


AzureMLBatchExecutionActivity.WebServiceInputs Propriété

Définition

Obtient ou définit la clé, paires de valeurs, mappant les noms des entrées du service web du point de terminaison Azure ML aux objets AzureMLWebServiceFile spécifiant les emplacements d’objet blob d’entrée. Ces informations seront transmises dans la propriété WebServiceInputs de la demande d’exécution par lot Azure ML.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à