| 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<RetryPipelineExecutionResult> |
AmazonSageMakerAsyncClient.retryPipelineExecutionAsync(RetryPipelineExecutionRequest request,
AsyncHandler<RetryPipelineExecutionRequest,RetryPipelineExecutionResult> asyncHandler) |
Future<RetryPipelineExecutionResult> |
AbstractAmazonSageMakerAsync.retryPipelineExecutionAsync(RetryPipelineExecutionRequest request,
AsyncHandler<RetryPipelineExecutionRequest,RetryPipelineExecutionResult> asyncHandler) |
Future<RetryPipelineExecutionResult> |
AmazonSageMakerAsync.retryPipelineExecutionAsync(RetryPipelineExecutionRequest retryPipelineExecutionRequest,
AsyncHandler<RetryPipelineExecutionRequest,RetryPipelineExecutionResult> asyncHandler)
Retry the execution of the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
RetryPipelineExecutionRequest |
RetryPipelineExecutionRequest.clone() |
RetryPipelineExecutionRequest |
RetryPipelineExecutionRequest.withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
RetryPipelineExecutionRequest |
RetryPipelineExecutionRequest.withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
This configuration, if specified, overrides the parallelism configuration of the parent pipeline.
|
RetryPipelineExecutionRequest |
RetryPipelineExecutionRequest.withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
Copyright © 2025. All rights reserved.