Share via


MachineLearningAssetBase Class

Definition

The MachineLearningAssetBase.

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

Constructors

MachineLearningAssetBase()

Initializes a new instance of MachineLearningAssetBase.

Properties

AutoDeleteSetting

Specifies the lifecycle setting of managed data asset.

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
IsAnonymous

If the name version are system generated (anonymous registration).

IsArchived

Is the asset archived?.

Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from MachineLearningResourceBase)

Explicit Interface Implementations

IJsonModel<MachineLearningAssetBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningAssetBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningResourceBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningResourceBase)
IPersistableModel<MachineLearningAssetBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningAssetBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningAssetBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningResourceBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningResourceBase)

Applies to