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)


4397
4398
4399
4400
4401
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4397

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