Delen via


MachineLearningStudioInputs Class

Definition

The inputs for the Azure Machine Learning Studio endpoint.

public class MachineLearningStudioInputs : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.MachineLearningStudioInputs>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.MachineLearningStudioInputs>
public class MachineLearningStudioInputs
type MachineLearningStudioInputs = class
    interface IJsonModel<MachineLearningStudioInputs>
    interface IPersistableModel<MachineLearningStudioInputs>
type MachineLearningStudioInputs = class
Public Class MachineLearningStudioInputs
Implements IJsonModel(Of MachineLearningStudioInputs), IPersistableModel(Of MachineLearningStudioInputs)
Public Class MachineLearningStudioInputs
Inheritance
MachineLearningStudioInputs
Implements

Constructors

MachineLearningStudioInputs()

Initializes a new instance of MachineLearningStudioInputs.

Properties

ColumnNames

A list of input columns for the Azure Machine Learning Studio endpoint.

Name

The name of the input. This is the name provided while authoring the endpoint.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MachineLearningStudioInputs>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningStudioInputs>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningStudioInputs>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningStudioInputs>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningStudioInputs>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to