Class: Aws::BedrockAgent::Types::TransformationFunction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::TransformationFunction
 
 
- 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
- 
  
    
      #transformation_lambda_configuration  ⇒ Types::TransformationLambdaConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Lambda function.
 
Instance Attribute Details
#transformation_lambda_configuration ⇒ Types::TransformationLambdaConfiguration
The Lambda function.
      7055 7056 7057 7058 7059  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7055 class TransformationFunction < Struct.new( :transformation_lambda_configuration) SENSITIVE = [] include Aws::Structure end  |