Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-unload-model.html
mysql> CALL sys.ML_MODEL_ACTIVE('all', @model_info); Select the session variable created to view all loaded models. The following example unloads a model by using the session variable for the model handle: mysql> CALL ... The ML_MODEL_UNLOAD routine ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-hw-chat.html
For specifying additional chat parameter settings, the HEATWAVE_CHAT routine reserves a variable, @chat_options. When you run the routine, it also updates the @chat_options variable with any additional information that is used or collected by the ...
https://dev.mysql.com/doc/refman/9.7/en/bit-functions.html
Arguments that count as binary strings include column values, routine parameters, local variables, and user-defined variables that have a binary string type: BINARY, VARBINARY, or one of the BLOB types. Table 14.17 Bit Functions and Operators Name ...
https://dev.mysql.com/doc/refman/9.7/en/function-optimization.html
To avoid multiple function evaluations, use one of these techniques: Move the expression containing the nondeterministic function to a separate statement, saving the value in a variable. In the original statement, replace the expression with a ...A ...
https://dev.mysql.com/doc/refman/9.7/en/json-validation-functions.html
In this example, we set a user variable @schema to the value of a JSON schema for geographical coordinates, and another one @document to the value of a JSON document containing one such coordinate. In this example, we set a user variable @schema to ... MySQL supports validation of JSON documents against JSON schemas conforming to Draft 4 of the JSON Schema ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-api-using.html
Prepared statements executed in JavaScript count towards the global limit determined by max_prepared_stmt_count; see the description of this variable for more information. You can also can access session data such as temporary tables, session ...
https://dev.mysql.com/doc/refman/9.7/en/sys-format-statement.html
Configuration Options format_statement() operation can be modified using the following configuration options or their corresponding user-defined variables (see Section 30.4.2.1, “The sys_config Table”): statement_truncate_len, ... Given a string ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-dump-binlogs.html
Note MySQL Shell supports AWS S3 configuration in command line options, environment variables, and configuration files. Command line options override environment variables, configuration files, and default options. Note MySQL Shell supports ...This ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-load-binlogs.html
Note MySQL Shell supports AWS S3 configuration in command line options, environment variables, and configuration files. Command line options override environment variables, configuration files, and default options. Note MySQL Shell supports ...This ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-regression-score.html
You can use the session variable for the model that is valid for the duration of the connection. After generating predictions and explanations, you can score the model to assess its reliability. For a list of scoring metrics you can use with ...