Delen via


MachineLearningServiceOutputColumn Class

Definition

Describes an output column for the Azure Machine Learning web service endpoint.

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

Constructors

MachineLearningServiceOutputColumn()

Initializes a new instance of MachineLearningServiceOutputColumn.

Properties

DataType

The (Azure Machine Learning supported) data type of the output column.

MapTo

The zero based index of the function parameter this input maps to.

Name

The name of the output column.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MachineLearningServiceOutputColumn>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningServiceOutputColumn>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningServiceOutputColumn>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningServiceOutputColumn>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningServiceOutputColumn>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to