MachineLearningDataContainerProperties Class

Definition

Container for data asset versions.

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

Constructors

MachineLearningDataContainerProperties(MachineLearningDataType)

Initializes a new instance of MachineLearningDataContainerProperties.

Properties

DataType

[Required] Specifies the type of data.

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
IsArchived

Is the asset archived?.

(Inherited from MachineLearningAssetContainer)
LatestVersion

The latest version inside this container.

(Inherited from MachineLearningAssetContainer)
NextVersion

The next auto incremental version.

(Inherited from MachineLearningAssetContainer)
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<MachineLearningAssetContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningAssetContainer)
IJsonModel<MachineLearningDataContainerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningAssetContainer)
IPersistableModel<MachineLearningDataContainerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningDataContainerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningDataContainerProperties>.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