ApiProperties クラス
特殊な API の API プロパティ。
- 継承
-
azure.mgmt.cognitiveservices._serialization.ModelApiProperties
コンストラクター
ApiProperties(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, qna_runtime_endpoint: str | None = None, qna_azure_search_endpoint_key: str | None = None, qna_azure_search_endpoint_id: str | None = None, statistics_enabled: bool | None = None, event_hub_connection_string: str | None = None, storage_account_connection_string: str | None = None, aad_client_id: str | None = None, aad_tenant_id: str | None = None, super_user: str | None = None, website_name: str | None = None, **kwargs: Any)
Keyword-Only パラメータ
名前 | 説明 |
---|---|
additional_properties
|
メッセージの一致しないプロパティは、このコレクションに逆シリアル化されます。 |
qna_runtime_endpoint
|
(QnAMaker のみ)QnAMaker のランタイム エンドポイント。 |
qna_azure_search_endpoint_key
|
(QnAMaker のみ)QnAMaker の Azure Search エンドポイント キー。 |
qna_azure_search_endpoint_id
|
(QnAMaker のみ)QnAMaker の Azure Search エンドポイント ID。 |
statistics_enabled
|
(Bing検索のみ)検索の統計情報を有効にするフラグBing。 |
event_hub_connection_string
|
(個人用設定のみ)検索の統計情報を有効にするフラグBing。 |
storage_account_connection_string
|
(個人用設定のみ)ストレージ アカウントの接続文字列。 |
aad_client_id
|
(Metrics Advisor のみ)Azure AD クライアント ID (アプリケーション ID)。 |
aad_tenant_id
|
(Metrics Advisor のみ)Azure AD テナント ID。 |
super_user
|
(Metrics Advisor のみ)Metrics Advisor のスーパー ユーザー。 |
website_name
|
(Metrics Advisor のみ)Metrics Advisor の Web サイト名。 |
変数
名前 | 説明 |
---|---|
additional_properties
|
メッセージの一致しないプロパティは、このコレクションに逆シリアル化されます。 |
qna_runtime_endpoint
|
(QnAMaker のみ)QnAMaker のランタイム エンドポイント。 |
qna_azure_search_endpoint_key
|
(QnAMaker のみ)QnAMaker の Azure Search エンドポイント キー。 |
qna_azure_search_endpoint_id
|
(QnAMaker のみ)QnAMaker の Azure Search エンドポイント ID。 |
statistics_enabled
|
(Bing検索のみ)検索の統計情報を有効にするフラグBing。 |
event_hub_connection_string
|
(個人用設定のみ)検索の統計情報を有効にするフラグBing。 |
storage_account_connection_string
|
(個人用設定のみ)ストレージ アカウントの接続文字列。 |
aad_client_id
|
(Metrics Advisor のみ)Azure AD クライアント ID (アプリケーション ID)。 |
aad_tenant_id
|
(Metrics Advisor のみ)Azure AD テナント ID。 |
super_user
|
(Metrics Advisor のみ)Metrics Advisor のスーパー ユーザー。 |
website_name
|
(Metrics Advisor のみ)Metrics Advisor の Web サイト名。 |
Azure SDK for Python