Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-scoring-a-forecasting-model.html
mysql> CALL sys.ML_MODEL_LOAD(@model, NULL); The following example uses the model handle. mysql> CALL sys.ML_MODEL_LOAD('forecasting_use_case', NULL); Score the model with the ML_SCORE routine and use the neg_sym_mean_abs_percent_error metric.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-a-forecasting-model.html
mysql> SET @variable = 'model_handle'; Replace @variable and model_handle with your own definitions. For example: mysql> SET @model='forecasting_use_case'; The model handle is set to forecasting_use_case. mysql> CALL sys.ML_TRAIN('table_name', ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-retrieve-schema-metadata.html
ML_RETRIEVE_SCHEMA_METADATA Syntax mysql> CALL sys.ML_RETRIEVE_SCHEMA_METADATA("NaturalLanguageStatement", @output, options); options: {JSON_OBJECT(keyvalue[, keyvalue]...)|NULL} keyvalue: { 'schemas', JSON_ARRAY('DBName'[, 'DBName'] ...) | ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-genai-languages.html
Supported Languages 14.2.5 Supported Languages As of MySQL 9.0.1-u1, MySQL HeatWave GenAI supports natural-language communication, ingesting documents, as well as generating text-based content in multiple languages. As of MySQL 9.0.0, MySQL ...The ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-heatwave-cluster-unload-advisor.html
Unload Advisor 9.1.1 Unload Advisor Unloading tables from the MySQL HeatWave Cluster that have not been queried recently can free up memory for other tables and allow for a better use of available resources. To help identify unused tables in the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-network-config-ibr-privatelink.html
Knowledge of the following information regarding your service (for example, a source database that replicates to your DB System in MySQL HeatWave on AWS): The VPC that is hosting the service you wish to expose to HeatWave on AWS (for example, a ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-performance-tabs.html
Performance Tabs 17.2 Performance Tabs The Workspace tab in the MySQL HeatWave Console has a Performance group of tabs, which provides Metrics for MySQL and MySQL HeatWave performance and HeatWave Workload data. An active MySQL HeatWave Cluster is ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-management.html
MySQL HeatWave on AWS uses predefined OCI IAM groups created in the OCI Default identity domain to manage access to the MySQL HeatWave Console, as described in Groups and Permissions. A MySQL HeatWave on AWS Administrator manages the users that ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-workspace-running-queries.html
Running Queries 10 Running Queries The Workspace tab in the MySQL HeatWave Console provides a Query Editor for running MySQL and MySQL HeatWave queries. Select the Workspace tab in the MySQL HeatWave Console, and then select the Query Editor tab.
https://dev.mysql.com/doc/heatwave-aws/en/hw-aws-ha-enabling-stand-alone-db-systems.html
If it does not, update the MySQL configuration and select a configuration that supports high availability. To enable high availability on a standalone DB system, do the following: In the MySQL HeatWave Console, select the Resources tab. Click the ...