Specify a Service Level
When executing a REST API Embedded Python Execution function, you can specify the Autonomous AI Database service level to use.
You specify the service level with the optional service
argument. The service
names are LOW, MEDIUM, and HIGH. The service names
provide different levels of performance and
concurrency for an Oracle Autonomous AI
Database.
For more information on managing Autonomous AI Database see Manage Concurrency and Priorites on Autonomous AI Database.
For example, the following arguments specify returning images and using the LOW service.
-d '{"graphicsFlag":true, "service":"LOW"}'