| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default SendPipelineExecutionStepSuccessResponse |
SageMakerClient.sendPipelineExecutionStepSuccess(Consumer<SendPipelineExecutionStepSuccessRequest.Builder> sendPipelineExecutionStepSuccessRequest)
Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output
parameters.
|
default CompletableFuture<SendPipelineExecutionStepSuccessResponse> |
SageMakerAsyncClient.sendPipelineExecutionStepSuccess(Consumer<SendPipelineExecutionStepSuccessRequest.Builder> sendPipelineExecutionStepSuccessRequest)
Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.builder() |
SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.Builder.callbackToken(String callbackToken)
The pipeline generated token from the Amazon SQS queue.
|
SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.Builder.clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.Builder.outputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.Builder.outputParameters(Consumer<OutputParameter.Builder>... 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.
|
SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendPipelineExecutionStepSuccessRequest.Builder |
SendPipelineExecutionStepSuccessRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendPipelineExecutionStepSuccessRequest.Builder> |
SendPipelineExecutionStepSuccessRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.