Share via


MachineLearningDataVersionProperties Class

Definition

Data version base definition Please note MachineLearningDataVersionProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningTable, MachineLearningUriFileDataVersion and MachineLearningUriFolderDataVersion.

public class MachineLearningDataVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningDataVersionProperties = class
    inherit MachineLearningAssetBase
Public Class MachineLearningDataVersionProperties
Inherits MachineLearningAssetBase
Inheritance
MachineLearningDataVersionProperties
Derived

Constructors

MachineLearningDataVersionProperties(Uri)

Initializes a new instance of MachineLearningDataVersionProperties.

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.

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
IntellectualProperty

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

IsAnonymous

If the name version are system generated (anonymous registration). For types where Stage is defined, when Stage is provided it will be used to populate IsAnonymous.

(Inherited from MachineLearningAssetBase)
IsArchived

Is the asset archived? For types where Stage is defined, when Stage is provided it will be used to populate IsArchived.

(Inherited from MachineLearningAssetBase)
Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
Stage

Stage in the data lifecycle assigned to this data asset.

Tags

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

(Inherited from MachineLearningResourceBase)

Applies to