QnAMakerClientConfiguration Class
Configuration for QnAMakerClient Note that all parameters used to create this instance are saved as instance attributes.
- Inheritance
-
msrest.configuration.ConfigurationQnAMakerClientConfiguration
Constructor
QnAMakerClientConfiguration(endpoint, credentials)
Parameters
Name | Description |
---|---|
endpoint
Required
|
Supported Cognitive Services endpoint (e.g., https://< qnamaker-resource-name >.api.cognitiveservices.azure.com). |
credentials
Required
|
Subscription credentials which uniquely identify client subscription. |
Methods
add_user_agent |
Add value to current user agent with a space. |
load | |
save |
Save current configuration to file. |
add_user_agent
Add value to current user agent with a space.
add_user_agent(value: str) -> None
Parameters
Name | Description |
---|---|
value
Required
|
value to add to user agent. |
load
load(filepath)
Parameters
Name | Description |
---|---|
filepath
Required
|
|
save
Save current configuration to file.
save(filepath)
Parameters
Name | Description |
---|---|
filepath
Required
|
Path to file where settings will be saved. |
Exceptions
Type | Description |
---|---|
ValueError if supplied filepath cannot be written to.
|
Attributes
enable_http_logger
user_agent
The current user agent value.
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