HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

DROP MODEL

Function

DROP MODEL deletes a model object that has been trained and saved.

Precautions

The deleted model can be viewed in the gs_model_warehouse system catalog.

Syntax

DropModel ::= DROP MODEL model_name;

Parameter Description

model_name

Specifies a model name.

Value range: a string. It must comply with the identifier naming convention.

CREATE MODEL and PREDICT BY

Copyright © 2011-2024 www.enmotech.com All rights reserved.