AzureMachineLearningWebServiceFunctionBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The binding to an Azure Machine Learning web service.
[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
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureMachineLearningWebServiceFunctionBinding() |
Initializes a new instance of the AzureMachineLearningWebServiceFunctionBinding class. |
AzureMachineLearningWebServiceFunctionBinding(String, String, AzureMachineLearningWebServiceInputs, IList<AzureMachineLearningWebServiceOutputColumn>, Nullable<Int32>) |
Initializes a new instance of the AzureMachineLearningWebServiceFunctionBinding class. |
Properties
ApiKey |
Gets or sets the API key used to authenticate with Request-Response endpoint. |
BatchSize |
Gets or sets number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. |
Endpoint |
Gets or sets the Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs |
Inputs |
Gets or sets the inputs for the Azure Machine Learning web service endpoint. |
Outputs |
Gets or sets a list of outputs from the Azure Machine Learning web service endpoint execution. |