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

az ml feature-store-entity

注意

此参考是 Azure CLI(版本 2.15.0 或更高版本)的 ml 扩展的一部分。 该扩展将在首次运行 az ml feature-store-entity 命令时自动安装。 详细了解扩展。

管理 Azure ML 功能存储实体。

功能存储源上的实体的集合。

命令

名称 说明 类型 状态
az ml feature-store-entity archive

存档功能存储实体。

扩展 GA
az ml feature-store-entity create

创建功能存储实体。

扩展 GA
az ml feature-store-entity list

列出功能存储区中的功能存储实体。

扩展 GA
az ml feature-store-entity restore

还原存档的功能存储实体。

扩展 GA
az ml feature-store-entity show

显示功能存储实体的详细信息。

扩展 GA
az ml feature-store-entity update

更新功能存储实体。

扩展 GA

az ml feature-store-entity archive

存档功能存储实体。

默认情况下,存档功能存储实体会在列表查询(az ml feature-store-entity list)中隐藏它。

az ml feature-store-entity archive --name
                                   --version
                                   [--feature-store-name]
                                   [--resource-group]
                                   [--workspace-name]
                                   [--yes]

示例

存档特定功能存储实体版本

az ml feature-store-entity archive --name my-feature-store-entity --version 1 --resource-group my-resource-group --feature-store-name my-feature-store

必需参数

--name -n

功能存储实体的名称。

--version -v

功能存储实体的版本。

可选参数

--feature-store-name

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--workspace-name -w
已放弃

选项“--workspace-name”已弃用,将在将来的版本中删除。 请改用“--feature-store-name”。

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

--yes -y

不提示确认。

默认值: False
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az ml feature-store-entity create

创建功能存储实体。

可以从本地计算机上的文件定义功能存储实体。 创建的功能存储实体将在功能存储中跟踪指定的名称和版本。

若要从本地计算机上的文件创建功能存储实体,请在 YAML 配置中指定“path”字段。Azure ML 会将这些文件上传到支持功能存储的默认数据存储(名为“workspaceblobstore”)的 Blob 容器。 然后,创建的功能存储实体将指向上传的功能存储实体。

az ml feature-store-entity create [--description]
                                  [--feature-store-name]
                                  [--file]
                                  [--name]
                                  [--no-wait]
                                  [--resource-group]
                                  [--set]
                                  [--version]
                                  [--workspace-name]

示例

从 YAML 规范文件创建功能存储实体

az ml feature-store-entity create --file feature-store-entity.yml --resource-group my-resource-group --feature-store-name my-feature-store

可选参数

--description -d

功能存储实体的说明。

--feature-store-name

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

--file -f

包含 Azure ML 功能存储实体规范的 YAML 文件的本地路径。 可在以下 https://aka.ms/ml-cli-v2-featurestore-entity-yaml-reference位置找到功能存储实体的 YAML 参考文档。

--name -n

功能存储实体的名称。

--no-wait

不要等待功能存储实体创建完成。

默认值: False
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--set

通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=。

--version -v

功能存储实体的版本。

--workspace-name -w
已放弃

选项“--workspace-name”已弃用,将在将来的版本中删除。 请改用“--feature-store-name”。

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az ml feature-store-entity list

列出功能存储区中的功能存储实体。

az ml feature-store-entity list [--archived-only]
                                [--feature-store-name]
                                [--include-archived]
                                [--max-results]
                                [--name]
                                [--resource-group]
                                [--workspace-name]

示例

列出功能存储中的所有功能存储实体

az ml feature-store-entity list --resource-group my-resource-group --feature-store-name my-feature-store

列出功能存储中指定名称的所有功能存储实体版本

az ml feature-store-entity list --name my-feature-store-entity --resource-group my-resource-group --feature-store-name my-feature-store

使用 --query 参数对命令结果执行 JMESPath 查询,列出功能存储中的所有功能存储实体资产。

az ml feature-store-entity list --query "[].{Name:name}" --output table --resource-group my-resource-group --feature-store-name my-feature-store

可选参数

--archived-only

仅列出存档的功能存储实体资产。

默认值: False
--feature-store-name

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

--include-archived

列出存档的功能存储实体资产和活动功能存储实体资产。

默认值: False
--max-results -r

要返回的最大结果数。

--name -n

功能存储实体的名称。 如果提供,将返回此名称下的所有功能存储实体版本。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--workspace-name -w
已放弃

选项“--workspace-name”已弃用,将在将来的版本中删除。 请改用“--feature-store-name”。

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az ml feature-store-entity restore

还原存档的功能存储实体。

还原存档的功能存储实体后,将不再隐藏列表查询(az ml feature-store-entity list)。

az ml feature-store-entity restore --name
                                   --version
                                   [--feature-store-name]
                                   [--resource-group]
                                   [--workspace-name]
                                   [--yes]

示例

还原特定的存档功能存储实体版本

az ml feature-store-entity restore --name my-feature-store-entity --version 1 --resource-group my-resource-group --feature-store-name my-feature-store

必需参数

--name -n

功能存储实体的名称。

--version -v

功能存储实体的版本。

可选参数

--feature-store-name

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--workspace-name -w
已放弃

选项“--workspace-name”已弃用,将在将来的版本中删除。 请改用“--feature-store-name”。

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

--yes -y

不提示确认。

默认值: False
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az ml feature-store-entity show

显示功能存储实体的详细信息。

az ml feature-store-entity show --name
                                --version
                                [--feature-store-name]
                                [--resource-group]
                                [--workspace-name]

示例

在功能存储中显示具有指定名称和版本的功能存储实体的详细信息

az ml feature-store-entity show --name my-feature-store-entity --version 1 --resource-group my-resource-group --feature-store-name my-feature-store

必需参数

--name -n

功能存储实体的名称。

--version -v

功能存储实体的版本。

可选参数

--feature-store-name

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--workspace-name -w
已放弃

选项“--workspace-name”已弃用,将在将来的版本中删除。 请改用“--feature-store-name”。

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az ml feature-store-entity update

更新功能存储实体。

az ml feature-store-entity update --feature-store-name
                                  --name
                                  --resource-group
                                  --version
                                  --workspace-name
                                  [--add]
                                  [--force-string]
                                  [--no-wait]
                                  [--remove]
                                  [--set]

必需参数

--feature-store-name

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

--name -n

功能存储实体的名称。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--version -v

功能存储实体的版本。

--workspace-name -w
已放弃

选项“--workspace-name”已弃用,将在将来的版本中删除。 请改用“--feature-store-name”。

功能存储的名称,可以使用 < a0/> 配置默认组 az configure --defaults feature-store=<name>

可选参数

--add

通过指定路径和键值对将对象添加到对象列表。 示例:--add property.listProperty <key=value, string or JSON string>

默认值: []
--force-string

使用“set”或“add”时,保留字符串文本,而不是尝试转换为 JSON。

默认值: False
--no-wait

不要等待功能存储实体更新完成。

默认值: False
--remove

从列表中删除属性或元素。 示例: --remove property.list <indexToRemove> OR --remove propertyToRemove.

默认值: []
--set

通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=<value>

默认值: []
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。