你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MachineLearningCodeContainerProperties 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代码资产版本的容器。
public class MachineLearningCodeContainerProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer
type MachineLearningCodeContainerProperties = class
inherit MachineLearningAssetContainer
Public Class MachineLearningCodeContainerProperties
Inherits MachineLearningAssetContainer
- 继承
-
MachineLearningCodeContainerProperties
构造函数
MachineLearningCodeContainerProperties() |
初始化 MachineLearningCodeContainerProperties 的新实例。 |
属性
Description |
资产说明文本。 (继承自 MachineLearningResourceBase) |
IsArchived |
资产是否已存档?。 (继承自 MachineLearningAssetContainer) |
LatestVersion |
此容器中的最新版本。 (继承自 MachineLearningAssetContainer) |
NextVersion |
下一个自动增量版本。 (继承自 MachineLearningAssetContainer) |
Properties |
资产属性字典。 (继承自 MachineLearningResourceBase) |
ProvisioningState |
代码容器的预配状态。 |
Tags |
标记字典。 可以添加、删除和更新标记。 (继承自 MachineLearningResourceBase) |