MachineLearningLiteralJobInput Class

Definition

Literal input type.

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

Constructors

MachineLearningLiteralJobInput(String)

Initializes a new instance of MachineLearningLiteralJobInput.

Properties

Description

Description for the input.

(Inherited from MachineLearningJobInput)
Value

[Required] Literal value for the input.

Explicit Interface Implementations

IJsonModel<MachineLearningJobInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningJobInput)
IJsonModel<MachineLearningLiteralJobInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningLiteralJobInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningJobInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningJobInput)
IPersistableModel<MachineLearningLiteralJobInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningLiteralJobInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningLiteralJobInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to