MachineLearningCustomModelJobInput Class

Definition

The MachineLearningCustomModelJobInput.

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

Constructors

MachineLearningCustomModelJobInput(Uri)

Initializes a new instance of MachineLearningCustomModelJobInput.

Properties

Description

Description for the input.

(Inherited from MachineLearningJobInput)
Mode

Input Asset Delivery Mode.

Uri

[Required] Input Asset URI.

Explicit Interface Implementations

IJsonModel<MachineLearningCustomModelJobInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningCustomModelJobInput>.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<MachineLearningCustomModelJobInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningCustomModelJobInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningCustomModelJobInput>.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