Delen via


MachineLearningUriFolderDataVersion Class

Definition

uri-folder data version entity.

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

Constructors

MachineLearningUriFolderDataVersion(Uri)

Initializes a new instance of MachineLearningUriFolderDataVersion.

Properties

AutoDeleteSetting

Specifies the lifecycle setting of managed data asset.

(Inherited from MachineLearningAssetBase)
DataUri

[Required] Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330.

(Inherited from MachineLearningDataVersionProperties)
Description

The asset description text.

(Inherited from MachineLearningResourceBase)
IntellectualProperty

Intellectual Property details. Used if data is an Intellectual Property.

(Inherited from MachineLearningDataVersionProperties)
IsAnonymous

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

(Inherited from MachineLearningAssetBase)
IsArchived

Is the asset archived?.

(Inherited from MachineLearningAssetBase)
Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
Stage

Stage in the data lifecycle assigned to this data asset.

(Inherited from MachineLearningDataVersionProperties)
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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningAssetBase)
IJsonModel<MachineLearningDataVersionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

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

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

IJsonModel<MachineLearningUriFolderDataVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningAssetBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

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

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningDataVersionProperties)
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)
IPersistableModel<MachineLearningUriFolderDataVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningUriFolderDataVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningUriFolderDataVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to