Class: Aws::SageMaker::Types::LambdaStepMetadata
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::LambdaStepMetadata
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Metadata for a Lambda step.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
 - 
  
    
      #output_parameters  ⇒ Array<Types::OutputParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the output parameters of the Lambda step.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
      27084 27085 27086 27087 27088 27089  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 27084 class LambdaStepMetadata < Struct.new( :arn, :output_parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#output_parameters ⇒ Array<Types::OutputParameter>
A list of the output parameters of the Lambda step.
      27084 27085 27086 27087 27088 27089  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 27084 class LambdaStepMetadata < Struct.new( :arn, :output_parameters) SENSITIVE = [] include Aws::Structure end  |