DROP MODEL MONITOR

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

另请参阅:

CREATE MODEL MONITORALTER MODEL MONITORSHOW MODEL MONITORSDESCRIBE MODEL MONITOR

语法

DROP MODEL MONITOR [ IF EXISTS ] <monitor_name>;
Copy

参数

monitor_name

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

如果模型标识符不是完全限定的(以 db_name.schema_name.monitor_nameschema_name.monitor_name 的形式),则该命令将在会话的当前架构中查找模型。

访问控制要求

权限

对象

备注

OWNERSHIP

模型监控器

OWNERSHIP is a special privilege on an object that is automatically granted to the role that created the object, but can also be transferred using the GRANT OWNERSHIP command to a different role by the owning role (or any role with the MANAGE GRANTS privilege).

语言: 中文