Class: Aws::OpenSearchService::Types::NaturalLanguageQueryGenerationOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::NaturalLanguageQueryGenerationOptionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for parameters representing the state of the natural language query generation feature on the specified domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_state ⇒ String
The current state of the natural language query generation feature, indicating completion, in progress, or failure.
-
#desired_state ⇒ String
The desired state of the natural language query generation feature.
Instance Attribute Details
#current_state ⇒ String
The current state of the natural language query generation feature, indicating completion, in progress, or failure.
5463 5464 5465 5466 5467 5468 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5463 class NaturalLanguageQueryGenerationOptionsOutput < Struct.new( :desired_state, :current_state) SENSITIVE = [] include Aws::Structure end |
#desired_state ⇒ String
The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
5463 5464 5465 5466 5467 5468 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5463 class NaturalLanguageQueryGenerationOptionsOutput < Struct.new( :desired_state, :current_state) SENSITIVE = [] include Aws::Structure end |