Skip to content

Bedrock AgentCore Control  >  Structures  >  RateConfig

RateConfig

Structure Class

RateConfig dataclass

Rate configuration for a metric (requests or tokens)

Attributes

period instance-attribute
period: Period

Time period for rate limiting

rate instance-attribute
rate: float

The rate value for the limit. For request limits, this is the number of requests allowed per period. For token limits, this is the number of tokens allowed per period. For connection limits, this is the number of concurrent connections allowed.