Class: Aws::OpenSearchService::Types::AIMLOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AIMLOptionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for parameters required to enable all machine learning features.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#natural_language_query_generation_options ⇒ Types::NaturalLanguageQueryGenerationOptionsInput
Container for parameters required for natural language query generation on the specified domain.
Instance Attribute Details
#natural_language_query_generation_options ⇒ Types::NaturalLanguageQueryGenerationOptionsInput
Container for parameters required for natural language query generation on the specified domain.
23 24 25 26 27 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 23 class AIMLOptionsInput < Struct.new( :natural_language_query_generation_options) SENSITIVE = [] include Aws::Structure end |