Share via


MachineLearningResourceBase Class

Definition

The MachineLearningResourceBase.

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

Constructors

MachineLearningResourceBase()

Initializes a new instance of MachineLearningResourceBase.

Properties

Description

The asset description text.

Properties

The asset property dictionary.

Tags

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

Explicit Interface Implementations

IJsonModel<MachineLearningResourceBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningResourceBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningResourceBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningResourceBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningResourceBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to