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

MachineLearningFeatureSetVersionProperties 类

定义

表示功能集版本的 Dto 对象。

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

构造函数

MachineLearningFeatureSetVersionProperties()

初始化 MachineLearningFeatureSetVersionProperties 的新实例。

属性

AutoDeleteSetting

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

(继承自 MachineLearningAssetBase)
Description

资产说明文本。

(继承自 MachineLearningResourceBase)
Entities

指定实体列表。

IsAnonymous

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

(继承自 MachineLearningAssetBase)
IsArchived

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

(继承自 MachineLearningAssetBase)
MaterializationSettings

指定具体化设置。

Properties

资产属性字典。

(继承自 MachineLearningResourceBase)
ProvisioningState

功能集版本容器的预配状态。

SpecificationPath

指定规范路径。

Stage

指定资产阶段。

Tags

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

(继承自 MachineLearningResourceBase)

适用于