MachineLearningCodeVersionProperties Class

Definition

Code asset version details.

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

Constructors

MachineLearningCodeVersionProperties()

Initializes a new instance of MachineLearningCodeVersionProperties.

Properties

AutoDeleteSetting

Specifies the lifecycle setting of managed data asset.

(Inherited from MachineLearningAssetBase)
CodeUri

Uri where code is located.

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
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)
ProvisioningState

Provisioning state for the code version.

Tags

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

(Inherited from MachineLearningResourceBase)

Applies to