MachineLearningFlowModelJobInput Class

Definition

The MachineLearningFlowModelJobInput.

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

Constructors

MachineLearningFlowModelJobInput(Uri)

Initializes a new instance of MachineLearningFlowModelJobInput.

Properties

Description

Description for the input.

(Inherited from MachineLearningJobInput)
Mode

Input Asset Delivery Mode.

Uri

[Required] Input Asset URI.

Explicit Interface Implementations

IJsonModel<MachineLearningFlowModelJobInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningFlowModelJobInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<MachineLearningFlowModelJobInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningFlowModelJobInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningFlowModelJobInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to