Class: Aws::BedrockAgentRuntime::Types::ExternalSourcesGenerationConfiguration

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

Overview

Contains the generation configuration of the external source wrapper object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prompt_templateTypes::PromptTemplate

Contain the textPromptTemplate string for the external source wrapper object.



444
445
446
447
448
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 444

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