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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python