CallRateLimit Class

The call rate limit Cognitive Services account.

Inheritance
azure.mgmt.cognitiveservices._serialization.Model
CallRateLimit

Constructor

CallRateLimit(*, count: float | None = None, renewal_period: float | None = None, rules: List[_models.ThrottlingRule] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
count

The count value of Call Rate Limit.

renewal_period

The renewal period in seconds of Call Rate Limit.

rules

Variables

Name Description
count

The count value of Call Rate Limit.

renewal_period

The renewal period in seconds of Call Rate Limit.

rules