Search Results
Displaying 301 to 306
of 306 total results
- « Previous
- 29
- 30
- 31
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-autocompletion.html
MySQL Shell supports autocompletion of text preceding the cursor by pressing the Tab key. The Section 3.1, “MySQL Shell Commands” can be autocompleted in any of the language modes. For example typing \con and pressing the Tab key autocompletes ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
--column-type-info In SQL mode, before printing the returned result set for a query, print metadata for each column in the result set, such as the column type and collation. MySQL Shell is an advanced command-line client and code editor for MySQL.
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-sharing.html
This topic describes how to grant other users access to a model you create. Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required Privileges Importing Shared Model Run AutoML Routines on Imported Model What's ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-generate-embeddings.html
This section describes how to generate vector embeddings using the ML_EMBED_ROW routine. Vector embeddings are a numerical representation of the text that capture the semantics of the data and relationships to other data. You can pass the text ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-model-export.html
Use the ML_MODEL_EXPORT routine to export a model from the model catalog to a user defined table. To learn how to use ML_MODEL_EXPORT to share models, see Grant Other Users Access to a Model. ML_MODEL_EXPORT Overview After you run ML_MODEL_EXPORT, ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-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 Grant Other Users Access to a Model. ML_MODEL_IMPORT Overview MySQL AI supports the import of AutoML and ...