Search



Search Results
Displaying 3161 to 3170 of 5414 total results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-preparing-a-recommendation-model.html
Prepare Data To prepare the data for the recommendation model: Connect to your MySQL HeatWave Database System. mysql> CREATE DATABASE recommendation_data; mysql> USE recommendation_data; Create the table to insert the sample data into. mysql> CREATE ... This topic describes how to prepare the data to use for a recommendation machine learning model using explicit ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-regression-prepare.html
Prepare Data To prepare the data for the regression model: Connect to your MySQL HeatWave Database System. mysql> CREATE DATABASE regression_data; mysql> USE regression_data; Create the table to insert the sample data into. mysql> CREATE TABLE ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-regression-score.html
mysql> CALL sys.ML_MODEL_LOAD(@model, NULL); The following example uses the model handle. mysql> CALL sys.ML_MODEL_LOAD('regression_use_case', NULL); Score the model with the ML_SCORE routine and use the r2 metric. mysql> CALL ... After generating ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-cost.html
Cost for Using CloudWatch Monitoring 17.1.2 Cost for Using CloudWatch Monitoring There are no surcharges for using CloudWatch monitoring in MySQL HeatWave on AWS. Here is a breakdown of the charges to your AWS account incurred by enabling ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-genai-supported-models.html
Supported LLMs, Embedding Models, and Languages 14.2 Supported LLMs, Embedding Models, and Languages This section lists and explains the LLMs, embedding models, and languages supported by MySQL HeatWave on AWS. View Available Models MySQL HeatWave ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data-sample-data.html
Importing Sample Database 7.2.1.1 Importing Sample Database Oracle provides on AWS sample databases for you to test out MySQL HeatWave on AWS. Use the Import sample data feature in MySQL HeatWave Console to import the sample database into a DB ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-increase-dbsystem-storage.html
Follow these steps to update the data sotrage size of a DB system: In the MySQL HeatWave Console, select the Resources tab. Increasing Storage by Export and Import Export the data from your current DB System using MySQL Shell. Use the MySQL HeatWave ... Increasing DB System Storage 3.4.7 Increasing DB System Storage You can increase the DB System storage by updating the data storage size of a DB System, by backup and restore, or by export and ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-shape-dependent-system-variables.html
Shape-Dependent System Variables 19.8 Shape-Dependent System Variables Shape-dependent global system variables are linked to, and tuned for, a specific MySQL shape.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign.html
Signing In 2.3 Signing In This procedure assumes that you are an Oracle Cloud Account customer registered to use MySQL HeatWave on AWS. Signing in to MySQL HeatWave on AWS requires: An Oracle Cloud Account name. To sign in to your account: Navigate ...This is the Oracle Cloud Account you registered with, chosen during account signup, or that was provided to you by an Account ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-x-protocol-and-x-devapi.html
If the property is not set, the mechanism is chosen depending on the connection type: "PLAIN" is used for TLS connections and "SHA256_MEMORY" or "MYSQL41" is used for unencrypted connections. "lz4_message"; consult the description for the MySQL ...
Displaying 3161 to 3170 of 5414 total results