MachineLearningTritonModelJobOutput Class

Definition

The MachineLearningTritonModelJobOutput.

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

Constructors

MachineLearningTritonModelJobOutput()

Initializes a new instance of MachineLearningTritonModelJobOutput.

Properties

AssetName

Output Asset Name.

AssetVersion

Output Asset Version.

AutoDeleteSetting

Auto delete setting of output data asset.

Description

Description for the output.

(Inherited from MachineLearningJobOutput)
Mode

Output Asset Delivery Mode.

Uri

Output Asset URI.

Explicit Interface Implementations

IJsonModel<MachineLearningJobOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningJobOutput)
IJsonModel<MachineLearningTritonModelJobOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningTritonModelJobOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningJobOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningJobOutput)
IPersistableModel<MachineLearningTritonModelJobOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningTritonModelJobOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningTritonModelJobOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to