Databricks SDK for JavaScript
    Preparing search index...

    Variable BudgetResourceTypeConst

    BudgetResourceType: {
        BUDGET_RESOURCE_TYPE_ALL_RESOURCES: "BUDGET_RESOURCE_TYPE_ALL_RESOURCES";
        BUDGET_RESOURCE_TYPE_UNITY_AI_GATEWAY: "BUDGET_RESOURCE_TYPE_UNITY_AI_GATEWAY";
    } = ...

    Resource scope for a budget configuration. Determines whether the budget tracks all resources or a specific resource.

    Type Declaration

    • ReadonlyBUDGET_RESOURCE_TYPE_ALL_RESOURCES: "BUDGET_RESOURCE_TYPE_ALL_RESOURCES"

      The budget applies to spending across all resources.

    • ReadonlyBUDGET_RESOURCE_TYPE_UNITY_AI_GATEWAY: "BUDGET_RESOURCE_TYPE_UNITY_AI_GATEWAY"

      The budget applies only to Unity AI Gateway spending.