Class: Aws::BedrockAgentRuntime::Types::QueryGenerationInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgentRuntime::Types::QueryGenerationInput
 
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about a natural language query to transform into SQL.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #text  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The text of the query. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the query. 
Instance Attribute Details
#text ⇒ String
The text of the query.
| 6825 6826 6827 6828 6829 6830 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6825 class QueryGenerationInput < Struct.new( :type, :text) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of the query.
| 6825 6826 6827 6828 6829 6830 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6825 class QueryGenerationInput < Struct.new( :type, :text) SENSITIVE = [] include Aws::Structure end |