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
3213 3214 3215 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3213 def event_type @event_type end |
#optimized_prompt ⇒ Types::OptimizedPrompt
Contains information about the optimized prompt.
3213 3214 3215 3216 3217 3218 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3213 class OptimizedPromptEvent < Struct.new( :optimized_prompt, :event_type) SENSITIVE = [] include Aws::Structure end |