Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-active.html
Use this routine to check which models are loaded and active for which users. All active users and models share the amount of memory defined by the shape, and it might be necessary to schedule users. ML_MODEL_ACTIVE Syntax mysql> CALL ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-import.html
Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Share a Model. ML_MODEL_IMPORT Overview ML_MODEL_IMPORT Syntax ML_MODEL_IMPORT Parameters Syntax ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-viewing.html
To view the details for the models in your model catalog, query the MODEL_CATALOG table. Before You Begin Review the following: Create a Machine Learning Model The Model Catalog View Details for Your Models The following example queries model_id, ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-scoring-an-anomaly-detection-model.html
After generating predictions, you can score the model to assess its reliability. For a list of scoring metrics you can use with anomaly detection models, see Anomaly Detection Metrics. For this use case, you use the test dataset for validation. In ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-embed-row.html
The ML_EMBED_ROW routine uses the specified embedding model to encode the specified text or query into a vector embedding. The routine returns a VECTOR that contains a numerical representation of the specified text. This topic contains the ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-25.html
For example, the following query can now be offloaded to MySQL HeatWave for execution: SELECT DISTINCT a FROM t1 ORDER BY c DESC; (Bug #32583856) Query plan statistics are now collected and stored in a statistics cache when a query is executed in ...
https://dev.mysql.com/doc/heatwave-aws/en/ha-prerequisites.html
Prerequisites 12.2 Prerequisites Here are some prerequisites for creating a high availability DB System. A high availability DB System requires a high availability compatible configuration. All default MySQL configurations that are compatible with ...
https://dev.mysql.com/doc/heatwave-aws/en/ha-switchover-console.html
Switchover Using the Console 12.5.1 Switchover Using the Console This task requires the following: A running DB system with high availability enabled. Do the following to switchover from the current primary instance to one of the secondary ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-privatelink-egress.html
Creating an Egress PrivateLink 6.2.2 Creating an Egress PrivateLink Use the MySQL HeatWave Console to create an Egress PrivateLink for providing private connectivity to an external system running in your AWS account. It can be used to replicate ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-privatelink-query.html
Creating a Query PrivateLink 6.1.1 Creating a Query PrivateLink Use the MySQL HeatWave Console to create a Query PrivateLink to provide connectivity for applications running in your AWS account to MySQL HeatWave on AWS DB Systems using private IP ...