SHOW SNOWFLAKE.ML.CLASSIFICATION¶
Lists all classification models.
SHOW SNOWFLAKE.ML.CLASSIFICATION INSTANCES is an alias for SHOW SNOWFLAKE.ML.CLASSIFICATION.
- See also:
Syntax¶
{
SHOW SNOWFLAKE.ML.CLASSIFICATION |
SHOW SNOWFLAKE.ML.CLASSIFICATION INSTANCES
}
[ LIKE <pattern> ]
[ IN
{
ACCOUNT |
DATABASE |
DATABASE <database_name> |
SCHEMA |
SCHEMA <schema_name> |
<schema_name>
}
]
Usage notes¶
The order of results is not guaranteed.
Output¶
The command output provides model properties and metadata in the following columns.
Column |
Description |
---|---|
|
Date and time when the model was created. |
|
Name of the model. |
|
Database in which the model is stored. |
|
Schema in which the model is stored. |
|
The version of the model. |
|
Comment for the model. |
|
The role that owns the model. |