Class: Aws::BedrockAgentRuntime::Types::OptimizePromptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::OptimizePromptResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optimized_prompt ⇒ Types::OptimizedPromptStream
The prompt after being optimized for the task.
Instance Attribute Details
#optimized_prompt ⇒ Types::OptimizedPromptStream
The prompt after being optimized for the task.
6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 6100 class OptimizePromptResponse < Struct.new( :optimized_prompt) SENSITIVE = [] include Aws::Structure end |