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

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



10314
10315
10316
10317
10318
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10314

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