Class: Aws::SageMaker::Types::LambdaStepMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Metadata for a Lambda step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

Returns:

  • (String)


24471
24472
24473
24474
24475
24476
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24471

class LambdaStepMetadata < Struct.new(
  :arn,
  :output_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#output_parametersArray<Types::OutputParameter>

A list of the output parameters of the Lambda step.

Returns:



24471
24472
24473
24474
24475
24476
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24471

class LambdaStepMetadata < Struct.new(
  :arn,
  :output_parameters)
  SENSITIVE = []
  include Aws::Structure
end