import_model Command--Import Predefined Models
The import_model command imports predefined models into a database.
The import_model command has the following format:
Linux, Windows
import_model mode [<database_name>] topic model [options]
mode
Specifies one of the following modes:
install
Imports model functions into a database. database_name is mandatory.
uninstall
Removes model functions from a database. database_name is mandatory.
describe
Prints the description of a model from a topic.
database_name
Specifies the target database where the model will be imported or removed (required for install/uninstall modes).
topic
Specifies the category of predefined models. To view the list of available topics, omit this parameter in the ‘import_model’ command.
model
Specifies the specific model to import. To view the list of available models for a topic, omit this parameter in the `import_model` command.
options
Specifies one of the following options:
-prefix <model_prefix>
Prefixes the model with a custom character string. Default is ‘actian_’.
-no_udflib_checksum
Disables checksum verification of files in the udflib folder before processing. Checksum is enabled by default.
-no_model_checksum
Disables checksum verification of files in the model folder before processing. Checksum is enabled by default.
-reinstall
To be used with the 'install' mode, this option re-downloads the model files, replacing an existing installation. Disabled by default.
-overwrite
To be used with the 'install' mode, this option overwrites models on installation. Disabled by default.
-approve_license
Pre-approves the license and downloads the model.
Last modified date: 09/11/2026