| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default StopPipelineExecutionResponse |
SageMakerClient.stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest)
Stops a pipeline execution.
|
default StopPipelineExecutionResponse |
SageMakerClient.stopPipelineExecution(StopPipelineExecutionRequest stopPipelineExecutionRequest)
Stops a pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopPipelineExecutionResponse> |
SageMakerAsyncClient.stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest)
Stops a pipeline execution.
|
default CompletableFuture<StopPipelineExecutionResponse> |
SageMakerAsyncClient.stopPipelineExecution(StopPipelineExecutionRequest stopPipelineExecutionRequest)
Stops a pipeline execution.
|
Copyright © 2022. All rights reserved.