Class: Aws::BedrockAgentRuntime::Types::OrchestrationConfiguration

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

Overview

Settings for how the model processes the prompt prior to retrieval and generation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_transformation_configurationTypes::QueryTransformationConfiguration

To split up the prompt and retrieve multiple sources, set the transformation type to QUERY_DECOMPOSITION.



2294
2295
2296
2297
2298
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2294

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