Skip to content

ServiceTier

Specifies the processing tier for serving the request. 'auto' lets the system choose, 'default' uses standard processing, 'flex' allows flexible scheduling for lower priority, 'priority' provides faster processing. Defaults to 'auto'.

Example Usage

typescript
import { ServiceTier } from "@meetkai/mka1/models/operations";

let value: ServiceTier = "auto";

Values

typescript
"auto" | "default" | "flex" | "priority"