Updated on 2024-06-03 GMT+08:00

DROP MODEL

Function

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

DROP MODEL model_name;

Parameter Description

  • model_name

    Specifies a model name.

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

Examples

For details, see 8.12.8.31-Examples in section "CREATE MODEL."

Helpful Links

CREATE MODEL and PREDICT BY