Share via


FixedInputData Class

Definition

Fixed input data definition.

public class FixedInputData : Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.FixedInputData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.FixedInputData>
public class FixedInputData : Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase
type FixedInputData = class
    inherit MonitoringInputDataBase
    interface IJsonModel<FixedInputData>
    interface IPersistableModel<FixedInputData>
type FixedInputData = class
    inherit MonitoringInputDataBase
Public Class FixedInputData
Inherits MonitoringInputDataBase
Implements IJsonModel(Of FixedInputData), IPersistableModel(Of FixedInputData)
Public Class FixedInputData
Inherits MonitoringInputDataBase
Inheritance
Implements

Constructors

FixedInputData(JobInputType, Uri)

Initializes a new instance of FixedInputData.

Properties

Columns

Mapping of column names to special uses.

(Inherited from MonitoringInputDataBase)
DataContext

The context metadata of the data source.

(Inherited from MonitoringInputDataBase)
JobInputType

[Required] Specifies the type of job.

(Inherited from MonitoringInputDataBase)
Uri

[Required] Input Asset URI.

(Inherited from MonitoringInputDataBase)

Explicit Interface Implementations

IJsonModel<FixedInputData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FixedInputData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MonitoringInputDataBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MonitoringInputDataBase)
IPersistableModel<FixedInputData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FixedInputData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FixedInputData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MonitoringInputDataBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MonitoringInputDataBase)

Applies to