| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| 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 SendPipelineExecutionStepSuccessResponse |
SageMakerClient.sendPipelineExecutionStepSuccess(SendPipelineExecutionStepSuccessRequest 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 |
|---|---|
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.
|
default CompletableFuture<SendPipelineExecutionStepSuccessResponse> |
SageMakerAsyncClient.sendPipelineExecutionStepSuccess(SendPipelineExecutionStepSuccessRequest sendPipelineExecutionStepSuccessRequest)
Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output
parameters.
|
Copyright © 2022. All rights reserved.