PDF (US Ltr)
- 1.4Mb
PDF (A4)
- 1.4Mb
ML_MODEL_UNLOAD
unloads a model from MySQL HeatWave AutoML.
Note
ML_MODEL_UNLOAD
does not check whether the model specified is in the model
catalog. If it is not,
ML_MODEL_UNLOAD
will succeed, but will not unload any model. Use
ML_MODEL_ACTIVE
to check which models are active and owned by the user.
mysql> CALL sys.ML_MODEL_UNLOAD(model_handle);
To run
ML_MODEL_UNLOAD
,
define the model_handle
. To look up a model
handle, see
Query the Model Handle.