| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopPipelineExecutionResult> |
AmazonSageMakerAsyncClient.stopPipelineExecutionAsync(StopPipelineExecutionRequest request,
AsyncHandler<StopPipelineExecutionRequest,StopPipelineExecutionResult> asyncHandler) |
Future<StopPipelineExecutionResult> |
AbstractAmazonSageMakerAsync.stopPipelineExecutionAsync(StopPipelineExecutionRequest request,
AsyncHandler<StopPipelineExecutionRequest,StopPipelineExecutionResult> asyncHandler) |
Future<StopPipelineExecutionResult> |
AmazonSageMakerAsync.stopPipelineExecutionAsync(StopPipelineExecutionRequest stopPipelineExecutionRequest,
AsyncHandler<StopPipelineExecutionRequest,StopPipelineExecutionResult> asyncHandler)
Stops a pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
StopPipelineExecutionRequest |
StopPipelineExecutionRequest.clone() |
StopPipelineExecutionRequest |
StopPipelineExecutionRequest.withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
StopPipelineExecutionRequest |
StopPipelineExecutionRequest.withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
Copyright © 2025. All rights reserved.