Search



Search Results
Displaying 3931 to 3940 of 4186 total results
https://dev.mysql.com/doc/refman/9.7/en/execute.html
If the prepared statement contains any parameter markers, you must supply a USING clause that lists user variables containing the values to be bound to the parameters. Parameter values can be supplied only by user variables, and the USING clause ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-summary-tables.html
Summary tables provide aggregated information for terminated events over time. The tables in this group summarize event data in different ways. Each summary table has grouping columns that determine how to group the data to be aggregated, and ...
https://dev.mysql.com/doc/refman/9.7/en/storage-requirements.html
Data Type Storage Required CHAR(M) The compact family of InnoDB row formats optimize storage for variable-length character sets. VARCHAR, VARBINARY, and the BLOB and TEXT types are variable-length types. InnoDB encodes fixed-length fields greater ...
https://dev.mysql.com/doc/refman/9.7/en/sys-sys-get-config.html
By convention, routines that call sys_get_config() first check whether the corresponding user-defined variable exists and is non-NULL. If so, the routine uses the variable value without reading the sys_config table. If the variable does not exist or ... Given a configuration option name, returns the option value from the sys_config table, or the provided default value (which may be NULL) if the option does not exist in the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-cloud-service-configuration-azure.html
Environment Variables Azure connection settings can be read from the following environment variables: AZURE_STORAGE_ACCOUNT: The default storage account name. For more information, see Microsoft Azure CLI configuration values and environment ... The ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-cloud-service-configuration-oci.html
Connections to Oracle Cloud Infrastructure Object Storage can be configured in the following ways: OCI Configuration File OCI Environment Variables OCI Configuration File MySQL Shell uses the parameters defined in the OCI CLI configuration file, ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-classification-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 ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-scoring-a-forecasting-model.html
You can use the session variable for the model that is valid for the duration of the connection. After generating predictions, you can score the model to assess its reliability. For a list of scoring metrics you can use with forecasting models, see ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-scoring-a-recommendation-model.html
You can use the session variable for the model that is valid for the duration of the connection. After generating predicted ratings/rankings and recommendations, you can score the model to assess its reliability. For a list of scoring metrics you ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-nl2ml.html
response: The name of the JSON object session variable that contains the response to the question. The nl2ml_options Session Variable To use the NL2ML routine, you must set the skip_generate option to true. You may need to preprocess your data, for ... The NL2ML (natural language to machine learning) routine allows you to ask questions and receive relevant citations from MySQL AI ...
Displaying 3931 to 3940 of 4186 total results