DROP SNOWFLAKE.ML.FORECAST

从当前或指定的架构中移除指定的模型。删除的模型无法恢复;必须重新创建模型。

语法

DROP SNOWFLAKE.ML.FORECAST [ IF EXISTS ] <model_name>;

参数

model_name

指定要删除的模型的标识符。如果标识符包含空格、特殊字符或大小写混合字符,则整个字符串必须放在双引号内。放在双引号内的标识符也区分大小写。

If the model identifier is not fully qualified (in the form of db_name.schema_name.name or schema_name.name)), the command looks for the model in the current schema for the session.

示例

See Examples.