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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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)


8192
8193
8194
8195
8196
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8192

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