Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-sharing.html
For example: mysql> CALL sys.ML_MODEL_EXPORT(@bank_model, 'ML_SCHEMA_admin.model_export'); Where: @bank_model is the assigned session variable for the model handle of the trained model. Log in to the DB system as the other user (user1). @bank_export ... This topic describes how to grant other users access to a model you ...
https://dev.mysql.com/doc/refman/9.7/en/create-table-generated-columns.html
Variables (system variables, user-defined variables, and stored program local variables) are not permitted. In such cases, if this variable is disabled then NULL is not converted to CURRENT_TIMESTAMP. Values of a generated column are computed from ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-single-file-options.html
A meta folder, which contains the file backup_variables.txt, a log file for the extract operation, and also items matched by the --src-entry option. If this is not specified, operating system-specific search methods are used to locate libobk.so ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-model-sharing.html
For example: mysql> CALL sys.ML_MODEL_EXPORT(@bank_model, 'ML_SCHEMA_admin.model_export'); Where: @bank_model is the assigned session variable for the model handle of the trained model. Log in to the DB system as the other user (user1). @bank_export ... This topic describes how to grant other users access to a model you ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-genai-rag.html
To specify the table for retrieving the vector embeddings to use as context, set the @options variable: mysql> SET @options = JSON_OBJECT( "vector_store", JSON_ARRAY("DBName.VectorStoreTableName"), "model_options", JSON_OBJECT("language", ... The ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-data-drift-detection.html
mysql> CALL sys.ML_TRAIN('table_name', 'target_column_name', JSON_OBJECT('task', 'task_name'), @variable); Replace table_name, target_column_name, task_name, and variable with your own values. @census_model is the name of the user-defined session ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-load-model.html
Load a Model with The Session Variable After training a model, you set a session variable for the model handle that you can use until the current connection ends. The following example loads a MySQL HeatWave AutoML model from the model catalog by ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-predictions-ml-predict-row.html
Input Data to Generate a Row Prediction One way to generate predictions on row data is to manually enter the row data into a session variable, and then generate a prediction by specifying the session variable. mysql> SET @variable = ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-regression-train.html
Optionally, set the value of the session variable, which sets the model handle to this same value. mysql> SET @variable = 'model_handle'; Replace @variable and model_handle with your own definitions. mysql> CALL sys.ML_TRAIN('table_name', ... After ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-building-clients-pkg-config.html
Note If pkg-config does not find MySQL information, it might be necessary to set the PKG_CONFIG_PATH environment variable to the directory in which the mysqlclient.pc file is located, which by default is usually the pkgconfig directory under the ...