| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaStepMetadata |
LambdaStepMetadata.clone() |
LambdaStepMetadata |
PipelineExecutionStepMetadata.getLambda()
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output
parameters.
|
LambdaStepMetadata |
LambdaStepMetadata.withArn(String arn)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
|
LambdaStepMetadata |
LambdaStepMetadata.withOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
|
LambdaStepMetadata |
LambdaStepMetadata.withOutputParameters(OutputParameter... outputParameters)
A list of the output parameters of the Lambda step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStepMetadata.setLambda(LambdaStepMetadata lambda)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output
parameters.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withLambda(LambdaStepMetadata lambda)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output
parameters.
|
Copyright © 2024. All rights reserved.