다음을 통해 공유


EMachineLearningStudioFunctionBinding Class

Definition

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
EMachineLearningStudioFunctionBinding
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

IJsonModel<EMachineLearningStudioFunctionBinding>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EMachineLearningStudioFunctionBinding>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<StreamingJobFunctionBinding>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from StreamingJobFunctionBinding)
IJsonModel<StreamingJobFunctionBinding>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamingJobFunctionBinding)
IPersistableModel<EMachineLearningStudioFunctionBinding>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EMachineLearningStudioFunctionBinding>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EMachineLearningStudioFunctionBinding>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<StreamingJobFunctionBinding>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamingJobFunctionBinding)
IPersistableModel<StreamingJobFunctionBinding>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from StreamingJobFunctionBinding)
IPersistableModel<StreamingJobFunctionBinding>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamingJobFunctionBinding)

Applies to