164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DROP-MODEL.md 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
tongdabao 提交于 2021-09-10 17:19 . feature

DROP MODEL

功能描述

删除一个已训练完成保存的模型对象。

注意事项

所删除模型可在系统表gs_model_warehouse中查看到。

语法格式

DROP MODEL model_name;

参数说明

model_name

模型名称

取值范围:字符串,需要符合标识符的命名规范。

相关链接

CREATE MODELPREDICT BY

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
2.1.0

搜索帮助