Compartilhar via


AzureMachineLearningWebServiceFunctionBinding Construtores

Definição

Sobrecargas

AzureMachineLearningWebServiceFunctionBinding()

Inicializa uma nova instância da classe AzureMachineLearningWebServiceFunctionBinding.

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

Inicializa uma nova instância da classe AzureMachineLearningWebServiceFunctionBinding.

AzureMachineLearningWebServiceFunctionBinding()

Inicializa uma nova instância da classe AzureMachineLearningWebServiceFunctionBinding.

public AzureMachineLearningWebServiceFunctionBinding ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

endpoint
String

O Request-Response executar o ponto de extremidade do serviço Web do Azure Machine Learning. Saiba mais aqui: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs

apiKey
String

A chave de API usada para autenticar com Request-Response ponto de extremidade.

inputs
AzureMachineLearningWebServiceInputs

As entradas para o ponto de extremidade do serviço Web do Azure Machine Learning.

outputs
IList<AzureMachineLearningWebServiceOutputColumn>

Uma lista de saídas da execução do ponto de extremidade do serviço Web do Azure Machine Learning.

batchSize
Nullable<Int32>

Número entre 1 e 10000 que descreve o número máximo de linhas para cada solicitação de execução do Azure ML RRS. O padrão é 1000.

Aplica-se a