HeatWave Release Notes
The ML_MODEL_UNLOAD
routine
unloads a model from HeatWave AutoML. For
ML_MODEL_UNLOAD
parameter
descriptions, see Section 3.16.11, “ML_MODEL_UNLOAD”.
It is permitted to load multiple models but to avoid taking up too much space in memory, limit the number of loaded models to three.
The following example unloads a model:
mysql> CALL sys.ML_MODEL_UNLOAD('heatwaveml_bench.census_train_user1_1636729526');
where:
heatwaveml_bench.census_train_
is the model handle.user1
_1636729526
To look up a model handle, see Section 3.14.8, “Model Handles”.