Search Results
Displaying 1991 to 1996
of 1996 total results
- « Previous
- 198
- 199
- 200
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-hw-genai-troubleshoot.html
This section describes some commonly encountered issues and errors for GenAI and their workarounds. The folder you are trying to load might contain unsupported format files or the file that you are trying to load might be of an unsupported format.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain-table.html
ML_EXPLAIN_TABLE explains predictions for an entire table of unlabeled data. We recommend limiting the input table to a maximum of 100 rows. If the input table has more than ten columns, limit it to ten rows. A call to ML_EXPLAIN_TABLE can include ...
https://dev.mysql.com/doc/mysql-ai/9.5/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.5/en/mys-mysqlai-ml-model-load.html
The ML_MODEL_LOAD routine loads a model from the model catalog. A model remains loaded until the model is unloaded using the ML_MODEL_UNLOAD routine Use ML_MODEL_ACTIVE to check which models are active for which users. All active users and models ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-unload.html
Note ML_MODEL_UNLOAD does not check whether the model specified is in the model catalog. If it is not, ML_MODEL_UNLOAD will succeed, but will not unload any model. Use ML_MODEL_ACTIVE to check which models are active and owned by the user.
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-2-0.html
(Bug #37385923) Accessing the /routes/{name}/connections REST API endpoint while also benchmarking queries through the router could cause the router to unexpectedly halt. Functionality Added or Changed Bugs Fixed Functionality Added or Changed ...