We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
ML_MODEL_ACTIVE
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
The text was updated successfully, but these errors were encountered:
also ML_MODEL_EXPORT.
Sorry, something went wrong.
ShannonBase
No branches or pull requests
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:
and the other functions should be also implemented.
ref:
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-active.html
The text was updated successfully, but these errors were encountered: