Search



Search Results
Displaying 961 to 970 of 1481 total results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-explain-row.html
ML_EXPLAIN_ROW Syntax Required ML_EXPLAIN_ROW Parameters ML_EXPLAIN_ROW Options Syntax Examples See Also ML_EXPLAIN_ROW Syntax mysql> SELECT sys.ML_EXPLAIN_ROW(input_data, model_handle, [options]); options: { ... The ML_EXPLAIN_ROW routine generates ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-explain.html
ML_EXPLAIN Options Optional parameters are specified as key-value pairs in JSON format. Running the ML_EXPLAIN routine on a model and dataset trains a prediction explainer and model explainer, and adds a model explanation to the model catalog. See ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-active.html
A JSON object literal that displays: Key: The total model size (bytes). A second JSON object literal that displays: Key: The model handle for a loaded and active model owned by the current user. A JSON object literal that displays: Key: The total ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-predict-row.html
mysql> SELECT sys.ML_PREDICT_ROW(JSON_OBJECT("column_name", value, "column_name", value, ...), model_handle, options); Run ML_PREDICT_ROW on multiple rows of data by specifying the columns as key-value pairs in JSON format and select from a table.
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-rag.html
retrieval_options: specifies optional context retrieval parameters as key-value pairs in JSON format. It can include the following parameters: retrievaloptions: JSON_OBJECT(retrievaloptkeyvalue[, retrievaloptkeyvalue]...) retrievaloptkeyvalue: { ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data-data-import.html
User access key: Enter the Access key ID and Secret access key. Importing Data Using the Data Import Feature 7.2.1.2 Importing Data Using the Data Import Feature Use the data import feature in the MySQL HeatWave Console to import data from an ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-performance-extensions.html
Default Value 0 Since Version 3.1.9 dontCheckOnDuplicateKeyUpdateInSQL Stops checking if every INSERT statement contains the "ON DUPLICATE KEY UPDATE" clause. As a side effect, obtaining the statement's generated keys information will return a list ... callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is set to ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
Use Java's keytool (typically located in the bin subdirectory of your JDK or JRE installation) to import the server certificates: $> keytool -importcert -alias MySQLCACert -file ca.pem \ -keystore truststore -storepass mypassword Supply the proper ... Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config.html
For example, to configure a connection to a MySQL server supporting the world sample database, you might use: <util:map id="dbProps"> <entry key="db.driver" value="com.mysql.cj.jdbc.Driver"/> <entry key="db.jdbcurl" ... The Spring Framework is a ...
https://dev.mysql.com/doc/refman/8.4/en/charset-collation-names.html
UCA-based collations without a version number in the name use the version-4.0.0 UCA weight keys. For example: utf8mb4_0900_ai_ci is based on UCA 9.0.0 weight keys (http://www.unicode.org/Public/UCA/9.0.0/allkeys.txt). utf8mb4_unicode_ci (with no ...
Displaying 961 to 970 of 1481 total results