Search Results
Displaying 721 to 730
of 736 total results
- « Previous
- 71
- 72
- 73
- 74
- Next »
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-objects-create.html
The name must be a valid scripting identifier, so the first character must be a letter or underscore character, followed by any number of letters, numbers, or underscore characters. The name must be unique among the members that have already been ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-objects-register.html
The syntax for the method is as follows: shell.registerGlobal(name, object[, definition]) Where: name is a string giving the name (and class) of the global object. The name must be a valid scripting identifier, so the first character must be a ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-sqlhandler-registration.html
description: a brief description of the SQL extensions provided by the handler. prefixes: a list of prefixes (string) identifying the SQL statements processed by this handler. callback: name of the function to execute when a statement matching the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-read-replicas-creating.html
Create Read Replicas using addReplicaInstance(): Cluster.addReplicaInstance(instance, [options]) Examples Default Read Replica Defining a Replication Source for the Read Replica Defining the Recovery Method for Read Replicas Certificate-based ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-parallel-table.html
MySQL Shell's parallel table import utility util.importTable() provides rapid data import to a MySQL relational table for large data files. The utility analyzes an input data file, distributes it into chunks, and uploads the chunks to the target ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utils-copy.html
This section describes the MySQL Shell copy utilities: About the Utilities Requirements and Restrictions Running the Utilities Options for Copy Control Options for Filtering Examples About the Utilities The copy utilities enable you to copy DDL and ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
MySQL Shell is an advanced command-line client and code editor for MySQL. In addition to SQL, MySQL Shell also offers scripting capabilities for JavaScript and Python. When MySQL Shell is connected to the MySQL Server through the X Protocol, the X ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/myai-introduction.html
MySQL AI consists of the following components: MySQL Enterprise Edition for MySQL AI, which contains the following AI components: MySQL Commercial Server AI Engine MySQL AI Plugin MySQL Shell AI Edition, which supports MySQL Shell Workbench. MySQL ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-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/mysql-ai/9.4/en/mys-ai-rpd-column-id-table.html
The rpd_column_id table provides information about columns of tables that are loaded in the MySQL AI Engine. The rpd_column_id table has these columns: ID A unique identifier for the column. TABLE_ID The ID of the table to which the column belongs.
Displaying 721 to 730
of 736 total results
- « Previous
- 71
- 72
- 73
- 74
- Next »