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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.EMachineLearningStudioFunctionBinding>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.EMachineLearningStudioFunctionBinding>
public class EMachineLearningStudioFunctionBinding : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionBinding
type EMachineLearningStudioFunctionBinding = class
inherit StreamingJobFunctionBinding
interface IJsonModel<EMachineLearningStudioFunctionBinding>
interface IPersistableModel<EMachineLearningStudioFunctionBinding>
type EMachineLearningStudioFunctionBinding = class
inherit StreamingJobFunctionBinding
Public Class EMachineLearningStudioFunctionBinding
Inherits StreamingJobFunctionBinding
Implements IJsonModel(Of EMachineLearningStudioFunctionBinding), IPersistableModel(Of EMachineLearningStudioFunctionBinding)
Public Class EMachineLearningStudioFunctionBinding
Inherits StreamingJobFunctionBinding
- Inheritance
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET