你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningCodeVersionProperties 类

定义

代码资产版本详细信息。

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

构造函数

MachineLearningCodeVersionProperties()

初始化 MachineLearningCodeVersionProperties 的新实例。

属性

AutoDeleteSetting

指定托管数据资产的生命周期设置。

(继承自 MachineLearningAssetBase)
CodeUri

代码所在的 URI。

Description

资产说明文本。

(继承自 MachineLearningResourceBase)
IsAnonymous

如果名称版本是系统生成的 (匿名注册) 。 对于定义 Stage 的类型,当提供 Stage 时,它将用于填充 IsAnonymous。

(继承自 MachineLearningAssetBase)
IsArchived

资产是否已存档? 对于定义 Stage 的类型,当提供 Stage 时,它将用于填充 IsArchived。

(继承自 MachineLearningAssetBase)
Properties

资产属性字典。

(继承自 MachineLearningResourceBase)
ProvisioningState

代码版本的预配状态。

Tags

标记字典。 可以添加、删除和更新标记。

(继承自 MachineLearningResourceBase)

适用于