EMachineLearningStudioFunctionBinding 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 Studio.
public class EMachineLearningStudioFunctionBinding : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionBinding
type EMachineLearningStudioFunctionBinding = class
inherit StreamingJobFunctionBinding
Public Class EMachineLearningStudioFunctionBinding
Inherits StreamingJobFunctionBinding
- Inheritance
Constructors
EMachineLearningStudioFunctionBinding() |
Initializes a new instance of EMachineLearningStudioFunctionBinding. |
Properties
ApiKey |
The API key used to authenticate with Request-Response endpoint. |
BatchSize |
Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. |
Endpoint |
The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs. |
Inputs |
The inputs for the Azure Machine Learning Studio endpoint. |
Outputs |
A list of outputs from the Azure Machine Learning Studio endpoint execution. |
Applies to
Azure SDK for .NET