Partager via


AzureMachineLearningWebServiceFunctionBinding Constructeurs

Définition

Surcharges

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.

AzureMachineLearningWebServiceFunctionBinding()

Initialise une nouvelle instance de la classe AzureMachineLearningWebServiceFunctionBinding.

public AzureMachineLearningWebServiceFunctionBinding ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe AzureMachineLearningWebServiceFunctionBinding.

public AzureMachineLearningWebServiceFunctionBinding (string endpoint = default, string apiKey = default, Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs inputs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn> outputs = default, int? batchSize = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding : string * string * Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs * System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn> * Nullable<int> -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding
Public Sub New (Optional endpoint As String = Nothing, Optional apiKey As String = Nothing, Optional inputs As AzureMachineLearningWebServiceInputs = Nothing, Optional outputs As IList(Of AzureMachineLearningWebServiceOutputColumn) = Nothing, Optional batchSize As Nullable(Of Integer) = Nothing)

Paramètres

endpoint
String

Le Request-Response exécuter le point de terminaison 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

apiKey
String

Clé API utilisée pour l’authentification avec Request-Response point de terminaison.

inputs
AzureMachineLearningWebServiceInputs

Entrées pour le point de terminaison de service web Azure Machine Learning.

outputs
IList<AzureMachineLearningWebServiceOutputColumn>

Liste des sorties de l’exécution du point de terminaison de service web Azure Machine Learning.

batchSize
Nullable<Int32>

Nombre compris entre 1 et 10 000 décrivant le nombre maximal de lignes pour chaque demande d’exécution Azure ML RRS. La valeur par défaut est 1000.

S’applique à