Class: Aws::BedrockAgent::Types::TransformationFunction

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

Overview

A Lambda function that processes documents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transformation_lambda_configurationTypes::TransformationLambdaConfiguration

The Lambda function.



6936
6937
6938
6939
6940
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6936

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