Class: Aws::OpenSearchService::Types::AIMLOptionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for parameters representing the state of machine learning features on the specified domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#natural_language_query_generation_optionsTypes::NaturalLanguageQueryGenerationOptionsOutput

Container for parameters required for natural language query generation on the specified domain.



39
40
41
42
43
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 39

class AIMLOptionsOutput < Struct.new(
  :natural_language_query_generation_options)
  SENSITIVE = []
  include Aws::Structure
end