--Save ONNX model in alice datatase as file (applies for the other model types):
database alice;
--call SYSUIF.INSTALL_FILE(uif_name, uif_filename, 'cb!/local/path/model.onnx');
call SYSUIF.INSTALL_FILE('iris_db_rf_model','iris_db_rf_model','cb!./iris_db_dt_model.onnx');
--Get database id from alice:
select databaseid from dbc.dbase where databasename = 'alice';