ApiKeys Class
The access keys for the cognitive services account.
- Inheritance
-
azure.mgmt.cognitiveservices._serialization.ModelApiKeys
Constructor
ApiKeys(*, key1: str | None = None, key2: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key1
|
Gets the value of key 1. |
key2
|
Gets the value of key 2. |
Variables
Name | Description |
---|---|
key1
|
Gets the value of key 1. |
key2
|
Gets the value of key 2. |
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