Share 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

Name Description
MachineLearningServiceOutputColumn()

Initializes a new instance of MachineLearningServiceOutputColumn.

Properties

Name Description
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

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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