AzureMachineLearningWebServiceFunctionBinding Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AzureMachineLearningWebServiceFunctionBinding() |
Inicializa una nueva instancia de la clase AzureMachineLearningWebServiceFunctionBinding. |
AzureMachineLearningWebServiceFunctionBinding(String, String, AzureMachineLearningWebServiceInputs, IList<AzureMachineLearningWebServiceOutputColumn>, Nullable<Int32>) |
Inicializa una nueva instancia de la clase AzureMachineLearningWebServiceFunctionBinding. |
AzureMachineLearningWebServiceFunctionBinding()
Inicializa una nueva instancia de la clase AzureMachineLearningWebServiceFunctionBinding.
public AzureMachineLearningWebServiceFunctionBinding ();
Public Sub New ()
Se aplica a
AzureMachineLearningWebServiceFunctionBinding(String, String, AzureMachineLearningWebServiceInputs, IList<AzureMachineLearningWebServiceOutputColumn>, Nullable<Int32>)
Inicializa una nueva instancia de la clase 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
El Request-Response ejecutar el punto de conexión del servicio web Azure Machine Learning. Obtenga más información aquí: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
- apiKey
- String
Clave de API que se usa para autenticarse con Request-Response punto de conexión.
Las entradas para el punto de conexión del servicio web de Azure Machine Learning.
Una lista de salidas de la ejecución del punto de conexión del servicio web de Azure Machine Learning.
Número entre 1 y 10000 que describe el número máximo de filas para cada solicitud de ejecución rrS de Azure ML. El valor predeterminado es 1000.
Se aplica a
Azure SDK for .NET