MachineLearningUriFileDataVersion Class

Definition

uri-file data version entity.

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

Constructors

MachineLearningUriFileDataVersion(Uri)

Initializes a new instance of MachineLearningUriFileDataVersion.

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). 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.

(Inherited from MachineLearningDataVersionProperties)
Tags

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

(Inherited from MachineLearningResourceBase)

Applies to