SHOW VERSIONS IN MODEL:输出中的新列¶
Attention
This behavior change is in the 2024_08 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, five new columns appear in the SHOW VERSIONS IN MODEL command output, as described below. Existing model versions do not have values for these columns.
| 列名称 | 描述 |
|---|---|
| MODEL_ATTRIBUTES | 模型版本的属性;例如,其所使用的开发框架或其旨在执行的任务。 |
| SIZE | 模型版本的大小(以字节为单位),包括所有工件(代码、权重等)。 |
| ENVIRONMENT | 模型版本运行环境的详细信息。 |
| RUNNABLE_IN | 可以执行模型版本的环境。 |
| INFERENCE_SERVICES | 部署模型的服务列表。 |
参考:1778