Class: Aws::BedrockAgentRuntime::Types::GenerationConfiguration

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

Overview

Contains configurations for response generation based on the knowledge base query results.

This data type is used in the following API operations:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prompt_templateTypes::PromptTemplate

Contains the template for the prompt that's sent to the model for response generation.



705
706
707
708
709
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 705

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