- Categories:
System functions (System Information)
SYSTEM$SHOW_ BUDGET_ SHARED_ RESOURCE_ CANDIDATES¶
Returns the list of resources that can be added as shared resources to a budget.
For more information about configuring a budget to track consumption by shared resources, see Using budgets for AI features (shared resources).
Syntax¶
Arguments¶
'domain'Specifies a type of resource. The function returns all resources of the specified type that can be added to a budget as shared resources.
Currently, the only supported value is
'AI_FUNCTION', which lists all AI functions that can be added as shared resources to a budget.
Returns¶
The function returns an array of objects. Each object contains the following keys:
| Key | Data type | Description |
|---|---|---|
id | NUMBER | Internal identifier for the resource. |
name | VARCHAR | Name of the resource (for example, the AI function name). |
domain | VARCHAR | Type of resource (for example, AI_FUNCTION). |
Examples¶
List the AI functions that can be added as shared resources to a budget: