class Azure::CognitiveServices::Qnamaker::V4_0::Models::EndpointSettingsDTOActiveLearning

Active Learning settings of the endpoint.

Private Class Methods

mapper() click to toggle source

Mapper for EndpointSettingsDTOActiveLearning class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/4.0/generated/azure_cognitiveservices_qnamaker/models/endpoint_settings_dtoactive_learning.rb, line 20
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'EndpointSettingsDTO_activeLearning',
    type: {
      name: 'Composite',
      class_name: 'EndpointSettingsDTOActiveLearning',
      model_properties: {
        enable: {
          client_side_validation: true,
          required: false,
          serialized_name: 'enable',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end