class Azure::CognitiveServices::Qnamaker::V4_0::Models::EndpointSettingsDTO
Endpoint settings.
Attributes
active_learning[RW]
@return [EndpointSettingsDTOActiveLearning] Active Learning settings of the endpoint.
Private Class Methods
mapper()
click to toggle source
Mapper for EndpointSettingsDTO
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/4.0/generated/azure_cognitiveservices_qnamaker/models/endpoint_settings_dto.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EndpointSettingsDTO', type: { name: 'Composite', class_name: 'EndpointSettingsDTO', model_properties: { active_learning: { client_side_validation: true, required: false, serialized_name: 'activeLearning', type: { name: 'Composite', class_name: 'EndpointSettingsDTOActiveLearning' } } } } } end