Compartilhar via


AzureMachineLearningWebServiceFunctionBinding Classe

Definição

A associação a um serviço Web do 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
Herança
AzureMachineLearningWebServiceFunctionBinding
Atributos
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Construtores

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.

Propriedades

ApiKey

Obtém ou define a chave de API usada para autenticar com Request-Response ponto de extremidade.

BatchSize

Obtém ou define o número entre 1 e 10.000 que descrevem o número máximo de linhas para cada solicitação de execução do Azure ML RRS. O padrão é 1000.

Endpoint

Obtém ou define o ponto de extremidade Request-Response executar 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

Inputs

Obtém ou define as entradas para o ponto de extremidade do serviço Web do Azure Machine Learning.

Outputs

Obtém ou define uma lista de saídas da execução do ponto de extremidade do serviço Web do Azure Machine Learning.

Aplica-se a