MachineLearningCodeContainerProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Container for code asset versions.
public class MachineLearningCodeContainerProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningCodeContainerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningCodeContainerProperties>
public class MachineLearningCodeContainerProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer
type MachineLearningCodeContainerProperties = class
inherit MachineLearningAssetContainer
interface IJsonModel<MachineLearningCodeContainerProperties>
interface IPersistableModel<MachineLearningCodeContainerProperties>
type MachineLearningCodeContainerProperties = class
inherit MachineLearningAssetContainer
Public Class MachineLearningCodeContainerProperties
Inherits MachineLearningAssetContainer
Implements IJsonModel(Of MachineLearningCodeContainerProperties), IPersistableModel(Of MachineLearningCodeContainerProperties)
Public Class MachineLearningCodeContainerProperties
Inherits MachineLearningAssetContainer
- Inheritance
-
MachineLearningCodeContainerProperties
- Implements
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) |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET