| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SendPipelineExecutionStepSuccessRequestMarshaller.marshall(SendPipelineExecutionStepSuccessRequest sendPipelineExecutionStepSuccessRequest) |
Copyright © 2021. All rights reserved.