Class: Aws::Bedrock::Types::QueryTransformationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

The configuration details for transforming the prompt.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of transformation to apply to the prompt.

Returns:

  • (String)


6192
6193
6194
6195
6196
# File 'lib/aws-sdk-bedrock/types.rb', line 6192

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