Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ml): to impl ML_MODEL_ACTIVE #345

Open
ShannonBase opened this issue Feb 12, 2025 · 1 comment
Open

feat(ml): to impl ML_MODEL_ACTIVE #345

ShannonBase opened this issue Feb 12, 2025 · 1 comment
Assignees
Labels
feature it will be implemented as a new feature help wanted Extra attention is needed

Comments

@ShannonBase
Copy link
Contributor

ShannonBase commented Feb 12, 2025

Summary

In mysql 9.0, it introduces a new function, ML_MODEL_ACTIVE, which is used to to check which models are active for which users.
the synatx:

mysql> CALL sys.ML_MODEL_ACTIVE (user, model_info);

and the other functions should be also implemented.

ref:
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-active.html

@ShannonBase ShannonBase added the feature it will be implemented as a new feature label Feb 12, 2025
@ShannonBase ShannonBase self-assigned this Feb 12, 2025
@ShannonBase
Copy link
Contributor Author

also ML_MODEL_EXPORT.

@ShannonBase ShannonBase added the help wanted Extra attention is needed label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature it will be implemented as a new feature help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant