EndpointAuthKeys Class
Keys for endpoint authentication.
Constructor for keys for endpoint authentication.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinEndpointAuthKeys
Constructor
EndpointAuthKeys(**kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
primary_key
|
The primary key. |
secondary_key
|
The secondary key. |
Variables
Name | Description |
---|---|
primary_key
|
The primary key. |
secondary_key
|
The secondary key. |
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