Method: Aws::SageMaker::Types::PipelineExecutionStepMetadata#lambda
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#lambda ⇒ Types::LambdaStepMetadata
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
42593 42594 42595 42596 42597 42598 42599 42600 42601 42602 42603 42604 42605 42606 42607 42608 42609 42610 42611 42612 42613 42614 42615 42616 42617 42618 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42593 class PipelineExecutionStepMetadata < Struct.new( :training_job, :processing_job, :transform_job, :tuning_job, :model, :register_model, :condition, :callback, :lambda, :emr, :quality_check, :clarify_check, :fail, :auto_ml_job, :endpoint, :endpoint_config, :bedrock_custom_model, :bedrock_custom_model_deployment, :bedrock_provisioned_model_throughput, :bedrock_model_import, :inference_component, :lineage) SENSITIVE = [] include Aws::Structure end |