Search



Search Results
Displaying 181 to 190 of 240 total results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-find.html
The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that should be ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-find.html
The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that should be ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask.html
The app_task routine returns information about a single application task. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.app_task( IN 'app_user_id' VARCHAR(255), IN 'task_id' ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task.html
This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.task(IN 'task_id' VARCHAR(36)); The task_id (VARCHAR(36)) parameter specifies the unique task ID (UUID) of the task whose information is ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-option-tracker.html
As of MySQL 9.2.1, the boolean flag used has been replaced with an integer flag usedCounter in the option_tracker_usage_get() and option_tracker_usage_set() functions. The Option Tracker component provides usage information about different features ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-varlen-encoding.html
Variable-length (VARLEN) encoding has the following characteristics: Supports all character sets and collation types supported by the DB System, and expressions with non-boolean types. Variable-length encoding is automatically applied when tables ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-data-drift-detection.html
For the ML_PREDICT_ROW and ML_PREDICT_TABLE routines, the options parameter includes the additional_details boolean value. MySQL HeatWave AutoML includes data drift detection for the following models: Classification Regression Anomaly detection (as ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-predict-table.html
ML_PREDICT_TABLE supports data drift detection for classification, regression, and anomaly detection (as of MySQL 9.3.2) models with the following: The options parameter includes the additional_details boolean value. ML_PREDICT_TABLE generates ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-2-1.html
(WL #16630) For tracking the usage of various components, MySQL HeatWave Option tracking now supports a single, fast counter, usedCounter, instead of a boolean value, used. Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-variables.html
telemetry_log_disable Property Description Introduced 8.0.32 System Variable telemetry_log_disable Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value OFF Whether to disable the telemetry log. System Variables 15 System ...
Displaying 181 to 190 of 240 total results