| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<OutputParameter> |
LambdaStepMetadata.outputParameters()
A list of the output parameters of the Lambda step.
|
List<OutputParameter> |
CallbackStepMetadata.outputParameters()
A list of the output parameters of the callback step.
|
List<OutputParameter> |
SendPipelineExecutionStepSuccessRequest.outputParameters()
A list of the output parameters of the callback step.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaStepMetadata.Builder |
LambdaStepMetadata.Builder.outputParameters(OutputParameter... outputParameters)
A list of the output parameters of the Lambda step.
|
CallbackStepMetadata.Builder |
CallbackStepMetadata.Builder.outputParameters(OutputParameter... outputParameters)
A list of the output parameters of the callback step.
|
SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.Builder.outputParameters(OutputParameter... outputParameters)
A list of the output parameters of the callback step.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaStepMetadata.Builder |
LambdaStepMetadata.Builder.outputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
|
CallbackStepMetadata.Builder |
CallbackStepMetadata.Builder.outputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.Builder.outputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
Copyright © 2021. All rights reserved.