Python class
ServiceTierEnum
ServiceTierEnumβ
class max.pipelines.request.ServiceTierEnum(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
The service tier for request processing.
- auto: Automatically select appropriate tier.
- default: Standard service tier.
- flex: Flexible tier with variable performance.
- priority: Prioritized processing.
autoβ
auto = 'auto'
defaultβ
default = 'default'
flexβ
flex = 'flex'
priorityβ
priority = 'priority'
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!