Class: Aws::BedrockAgentRuntime::Types::OptimizedPromptEvent
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgentRuntime::Types::OptimizedPromptEvent
 
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
An event in which the prompt was optimized.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #event_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute event_type. 
- 
  
    
      #optimized_prompt  ⇒ Types::OptimizedPrompt 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains information about the optimized prompt. 
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
| 6062 6063 6064 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6062 def event_type @event_type end | 
#optimized_prompt ⇒ Types::OptimizedPrompt
Contains information about the optimized prompt.
| 6062 6063 6064 6065 6066 6067 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6062 class OptimizedPromptEvent < Struct.new( :optimized_prompt, :event_type) SENSITIVE = [] include Aws::Structure end |