EndpointSettingsOperations Class

EndpointSettingsOperations operations.

Inheritance
builtins.object
EndpointSettingsOperations

Constructor

EndpointSettingsOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Methods

get_settings

Gets endpoint settings for an endpoint.

update_settings

Updates endpoint settings for an endpoint.

get_settings

Gets endpoint settings for an endpoint.

get_settings(custom_headers=None, raw=False, **operation_config)

Parameters

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

EndpointSettingsDTO or ClientRawResponse if raw=true

Return type

Exceptions

update_settings

Updates endpoint settings for an endpoint.

update_settings(active_learning=None, custom_headers=None, raw=False, **operation_config)

Parameters

active_learning
EndpointSettingsDTOActiveLearning
default value: None

Active Learning settings of the endpoint.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

None or ClientRawResponse if raw=true

Return type

None,

Exceptions

Attributes

models

models = <module 'azure.cognitiveservices.knowledge.qnamaker.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\cognitiveservices\\knowledge\\qnamaker\\models\\__init__.py'>