MachineLearningFlowModelJobOutput Class

Definition

The MachineLearningFlowModelJobOutput.

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

Constructors

MachineLearningFlowModelJobOutput()

Initializes a new instance of MachineLearningFlowModelJobOutput.

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

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

IJsonModel<MachineLearningFlowModelJobOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningFlowModelJobOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningFlowModelJobOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to