| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OutputParameter |
OutputParameter.clone() |
OutputParameter |
OutputParameter.withName(String name)
The name of the output parameter.
|
OutputParameter |
OutputParameter.withValue(String value)
The value of the output parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputParameter> |
CallbackStepMetadata.getOutputParameters()
A list of the output parameters of the callback step.
|
List<OutputParameter> |
SendPipelineExecutionStepSuccessRequest.getOutputParameters()
A list of the output parameters of the callback step.
|
List<OutputParameter> |
LambdaStepMetadata.getOutputParameters()
A list of the output parameters of the Lambda step.
|
| Modifier and Type | Method and Description |
|---|---|
CallbackStepMetadata |
CallbackStepMetadata.withOutputParameters(OutputParameter... outputParameters)
A list of the output parameters of the callback step.
|
SendPipelineExecutionStepSuccessRequest |
SendPipelineExecutionStepSuccessRequest.withOutputParameters(OutputParameter... outputParameters)
A list of the output parameters of the callback step.
|
LambdaStepMetadata |
LambdaStepMetadata.withOutputParameters(OutputParameter... outputParameters)
A list of the output parameters of the Lambda step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallbackStepMetadata.setOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
void |
SendPipelineExecutionStepSuccessRequest.setOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
void |
LambdaStepMetadata.setOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
|
CallbackStepMetadata |
CallbackStepMetadata.withOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
SendPipelineExecutionStepSuccessRequest |
SendPipelineExecutionStepSuccessRequest.withOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
LambdaStepMetadata |
LambdaStepMetadata.withOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
|
Copyright © 2024. All rights reserved.