Megosztás a következőn keresztül:


MachineLearningCodeContainerProperties Class

Definition

Container for code asset versions.

public class MachineLearningCodeContainerProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer
type MachineLearningCodeContainerProperties = class
    inherit MachineLearningAssetContainer
Public Class MachineLearningCodeContainerProperties
Inherits MachineLearningAssetContainer
Inheritance
MachineLearningCodeContainerProperties

Constructors

MachineLearningCodeContainerProperties()

Initializes a new instance of MachineLearningCodeContainerProperties.

Properties

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

Provisioning state for the code container.

Tags

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

(Inherited from MachineLearningResourceBase)

Applies to