Idioma

MachineLearningJobInput Class

Definition

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownJobInput))]
public abstract class MachineLearningJobInput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningJobInput>
public abstract class MachineLearningJobInput
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownJobInput))>]
type MachineLearningJobInput = class
    interface IJsonModel<MachineLearningJobInput>
    interface IPersistableModel<MachineLearningJobInput>
type MachineLearningJobInput = class
Public MustInherit Class MachineLearningJobInput
Implements IJsonModel(Of MachineLearningJobInput), IPersistableModel(Of MachineLearningJobInput)
Public MustInherit Class MachineLearningJobInput
Inheritance
MachineLearningJobInput
Derived
Attributes
Implements

Constructors

Name Description
MachineLearningJobInput()

Initializes a new instance of MachineLearningJobInput.

Properties

Name Description
Description

Description for the input.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MachineLearningJobInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningJobInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningJobInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningJobInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningJobInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to