SHOW VERSIONS IN MODEL: New columns in output

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.

Column nameDescription
MODEL_ATTRIBUTESAttributes of a model version; for example, the framework it was developed with or the task it is intended to perform.
SIZEThe size of the model version in bytes, including all artifacts (code, weights, and so on).
ENVIRONMENTDetails about the environment where the model version runs.
RUNNABLE_INThe environments where the model version can be executed.
INFERENCE_SERVICESList of services where the model is deployed.

Ref: 1778