MachineLearningUriFolderJobOutput Class

Definition

The MachineLearningUriFolderJobOutput.

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

Constructors

MachineLearningUriFolderJobOutput()

Initializes a new instance of MachineLearningUriFolderJobOutput.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningUriFolderJobOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningUriFolderJobOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to