EffectiveUsageLimit¶
- class baseten.client.managementapi.EffectiveUsageLimit(*, type, unit, threshold, source_group)¶
Bases:
BaseModel- Parameters:
type (LimitType)
unit (UsageLimitUnit)
source_group (str)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].