Search



Search Results
Displaying 4041 to 4050 of 4186 total results
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-explain-table.html
model_handle: Specifies the model handle or a session variable containing the model handle. The ML_EXPLAIN_TABLE call specifies the fully qualified name of the table to generate explanations for, the session variable containing the model handle, and ... ML_EXPLAIN_TABLE explains predictions for an entire table of unlabeled ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-model-load.html
model_handle: Specifies the model handle or a session variable containing the model handle. mysql> CALL sys.ML_MODEL_LOAD('ml_data.iris_train_user1_1636729526', NULL); An example that specifies a session variable containing the model handle. The ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-retrieve-schema-metadata.html
Retrieves the most relevant tables to a given natural-language statement and ranks them in the order of their relevance. The output generated by the routine can be used to enhance large language model (LLM) prompts, NL_SQL workflows, and ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-nl-sql.html
The routine also runs the generated SQL statement and displays the result set. You can use this routine for generating and running SQL queries only for databases and tables that you have access to. The routine automatically detects these errors, and ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates-custom.html
The date and time the report was generated is also displayed as a result of the use of the {{GENERATED}} variable. In the simplest case, a template consists of two files: a template file, which has a .tpl extension, and a special file info.xml. A ...
https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
The following variables may be used to configure the output path: ~: The home directory of the user. The DBDoc - Model Reporting dialog is found by opening a model, selecting Model from the menu, and then DBDoc - Model Reporting. Note This ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-null.html
As such, when assigning values from a query to a DateTime variable, you must first check whether the value is in fact NULL.
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-debug.html
The associated Debug files are bundled in its own Zip file, including two lib/ directories: lib/: PDB files to use with regular builds; they are built in RelWithDebInfo mode. Debug/lib/: Debug builds built in Debug mode; includes driver, PDB files, ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-time-zone.html
This property is used to set or retrieve the time zone session variable for the current connection. >>> cnx.time_zone = '+00:00' >>> cursor = cnx.cursor() >>> cursor.execute('SELECT NOW()') ; cursor.fetchone() (datetime.datetime(2012, 6, 15, 11, ...
https://dev.mysql.com/doc/connectors/en/connector-python-multi.html
Users must quote these when included in multi statements for other purposes different from declaring an actual statement delimiter; such as names for tables, columns, variables, in comments, and so on. Connector/Python can execute either a single ...
Displaying 4041 to 4050 of 4186 total results