CommitmentQuota Class
Cognitive Services account commitment quota.
- Inheritance
-
azure.mgmt.cognitiveservices._serialization.ModelCommitmentQuota
Constructor
CommitmentQuota(*, quantity: int | None = None, unit: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
quantity
|
Commitment quota quantity. |
unit
|
Commitment quota unit. |
Variables
Name | Description |
---|---|
quantity
|
Commitment quota quantity. |
unit
|
Commitment quota unit. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python