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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python