你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MachineLearningComponentVersionProperties 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
组件版本的定义:定义跨组件类型的资源。
public class MachineLearningComponentVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningComponentVersionProperties = class
inherit MachineLearningAssetBase
Public Class MachineLearningComponentVersionProperties
Inherits MachineLearningAssetBase
- 继承
-
MachineLearningComponentVersionProperties
构造函数
MachineLearningComponentVersionProperties() |
初始化 MachineLearningComponentVersionProperties 的新实例。 |
属性
AutoDeleteSetting |
指定托管数据资产的生命周期设置。 (继承自 MachineLearningAssetBase) |
ComponentSpec |
定义组件定义详细信息。 <请参阅 href=“https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" /> 若要将对象分配给此属性,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)。 若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)。 示例:
|
Description |
资产说明文本。 (继承自 MachineLearningResourceBase) |
IsAnonymous |
如果名称版本是系统生成的 (匿名注册) 。 对于定义 Stage 的类型,当提供 Stage 时,它将用于填充 IsAnonymous。 (继承自 MachineLearningAssetBase) |
IsArchived |
资产是否已存档? 对于定义 Stage 的类型,当提供 Stage 时,它将用于填充 IsArchived。 (继承自 MachineLearningAssetBase) |
Properties |
资产属性字典。 (继承自 MachineLearningResourceBase) |
ProvisioningState |
组件版本的预配状态。 |
Stage |
组件生命周期中的阶段。 |
Tags |
标记字典。 可以添加、删除和更新标记。 (继承自 MachineLearningResourceBase) |