Share via


MachineLearningTritonModelJobInput Class

Definition

The MachineLearningTritonModelJobInput.

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

Constructors

MachineLearningTritonModelJobInput(Uri)

Initializes a new instance of MachineLearningTritonModelJobInput.

Properties

Description

Description for the input.

(Inherited from MachineLearningJobInput)
Mode

Input Asset Delivery Mode.

Uri

[Required] Input Asset URI.

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<MachineLearningTritonModelJobInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningTritonModelJobInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningTritonModelJobInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to