Enum QuotaExceededAction
- Namespace
- JD.AI.Core.MultiTenancy
- Assembly
- JD.AI.Core.dll
Action taken when a tenant exceeds a quota.
public enum QuotaExceededAction
Fields
Degrade = 2Allow the request but degrade to a smaller/cheaper model.
Queue = 1Queue the request until quota resets.
Reject = 0Reject the request with an error.