Class: Aws::OpenSearchService::Types::AIMLOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AIMLOptionsOutput
- 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
-
#natural_language_query_generation_options ⇒ Types::NaturalLanguageQueryGenerationOptionsOutput
Container for parameters required for natural language query generation on the specified domain.
Instance Attribute Details
#natural_language_query_generation_options ⇒ Types::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 |