DROP SNOWFLAKE.ML.ANOMALY_ DETECTION¶
从当前或指定的架构中移除指定的模型。删除的模型无法恢复;必须重新创建模型。
语法
参数
model_name指定要删除的模型的标识符。如果标识符包含空格、特殊字符或大小写混合字符,则整个字符串必须放在双引号内。放在双引号内的标识符也区分大小写。
If the model identifier is not fully qualified (in the form of
db_name.schema_name.nameorschema_name.name)), the command looks for the model in the current schema for the session.
示例
For a representative example, see the anomaly detection example.