The DBMS_AI_SERVICE package is used to manage AI services, including AI model objects and AI model service endpoint objects.
Overview of DBMS_AI_SERVICE subprograms
The following table lists the DBMS_AI_SERVICE subprograms supported in the current version of OceanBase Database and their brief descriptions.
| Subprogram | Description |
|---|---|
| CREATE_AI_MODEL | Creates an AI model object. |
| DROP_AI_MODEL | Drops an AI model object. |
| CREATE_AI_MODEL_ENDPOINT | Creates an AI model service endpoint object. |
| ALTER_AI_MODEL_ENDPOINT | Modifies an AI model service endpoint object. |
| DROP_AI_MODEL_ENDPOINT | Drops an AI model service endpoint object. |