Class: Aws::BedrockAgentRuntime::Types::QueryTransformationConfiguration

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of transformation to apply to the prompt.

Returns:

  • (String)


6841
6842
6843
6844
6845
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6841

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