A.1.1 How to grant access to an OML model by giving global or selective access to other users?
Use the grant
SELECT
access on in-database models for inferencing.
For a specific database user, use:
GRANT SELECT ON MINING MODEL <model name> TO
username;
Parent topic: FAQs