Class: Aws::BedrockAgentRuntime::Types::OptimizePromptResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optimized_promptTypes::OptimizedPromptStream

The prompt after being optimized for the task.



7436
7437
7438
7439
7440
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 7436

class OptimizePromptResponse < Struct.new(
  :optimized_prompt)
  SENSITIVE = []
  include Aws::Structure
end