Partager via


AzureMachineLearningWebServiceFunctionBinding Classe

Définition

Liaison à un service web Azure Machine Learning.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.MachineLearning/WebService")]
public class AzureMachineLearningWebServiceFunctionBinding : Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.MachineLearning/WebService")>]
type AzureMachineLearningWebServiceFunctionBinding = class
    inherit FunctionBinding
Public Class AzureMachineLearningWebServiceFunctionBinding
Inherits FunctionBinding
Héritage
AzureMachineLearningWebServiceFunctionBinding
Attributs
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructeurs

AzureMachineLearningWebServiceFunctionBinding()

Initialise une nouvelle instance de la classe AzureMachineLearningWebServiceFunctionBinding.

AzureMachineLearningWebServiceFunctionBinding(String, String, AzureMachineLearningWebServiceInputs, IList<AzureMachineLearningWebServiceOutputColumn>, Nullable<Int32>)

Initialise une nouvelle instance de la classe AzureMachineLearningWebServiceFunctionBinding.

Propriétés

ApiKey

Obtient ou définit la clé API utilisée pour l’authentification avec Request-Response point de terminaison.

BatchSize

Obtient ou définit un nombre compris entre 1 et 10000 décrivant le nombre maximal de lignes pour chaque demande d’exécution Azure ML RRS. La valeur par défaut est 1000.

Endpoint

Obtient ou définit le point de terminaison d’exécution Request-Response du service web Azure Machine Learning. Pour en savoir plus, cliquez ici : https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs

Inputs

Obtient ou définit les entrées pour le point de terminaison de service web Azure Machine Learning.

Outputs

Obtient ou définit une liste de sorties de l’exécution du point de terminaison de service web Azure Machine Learning.

S’applique à