| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CallbackStepMetadata |
CallbackStepMetadata.clone() |
CallbackStepMetadata |
PipelineExecutionStepMetadata.getCallback()
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output
parameters.
|
CallbackStepMetadata |
CallbackStepMetadata.withCallbackToken(String callbackToken)
The pipeline generated token from the Amazon SQS queue.
|
CallbackStepMetadata |
CallbackStepMetadata.withOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
CallbackStepMetadata |
CallbackStepMetadata.withOutputParameters(OutputParameter... outputParameters)
A list of the output parameters of the callback step.
|
CallbackStepMetadata |
CallbackStepMetadata.withSqsQueueUrl(String sqsQueueUrl)
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStepMetadata.setCallback(CallbackStepMetadata callback)
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output
parameters.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withCallback(CallbackStepMetadata callback)
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output
parameters.
|
Copyright © 2025. All rights reserved.