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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python