SHOW SNOWFLAKE.ML.CLASSIFICATION¶
Lists all classification models.
SHOW SNOWFLAKE.ML.CLASSIFICATION INSTANCES is an alias for SHOW SNOWFLAKE.ML.CLASSIFICATION.
- See also:
Syntax¶
Usage notes¶
The order of results is not guaranteed.
Output¶
The command output provides model properties and metadata in the following columns.
| Column | Description |
|---|---|
created_on | Date and time when the model was created. |
name | Name of the model. |
database_name | Database in which the model is stored. |
schema_name | Schema in which the model is stored. |
current_version | The version of the model. |
comment | Comment for the model. |
owner | The role that owns the model. |