SHOW SNOWFLAKE.ML.CLASSIFICATION

Lists all classification models.

See also:

CREATE SNOWFLAKE.ML.CLASSIFICATION

Syntax

SHOW SNOWFLAKE.ML.CLASSIFICATION [ LIKE <pattern> ]
                                 [ IN
                                     {
                                         ACCOUNT                  |

                                         DATABASE                 |
                                         DATABASE <database_name> |

                                         SCHEMA                   |
                                         SCHEMA <schema_name>     |
                                         <schema_name>
                                      }
                                  ]
Copy

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.