| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdatePipelineExecutionResponse |
SageMakerClient.updatePipelineExecution(Consumer<UpdatePipelineExecutionRequest.Builder> updatePipelineExecutionRequest)
Updates a pipeline execution.
|
default UpdatePipelineExecutionResponse |
SageMakerClient.updatePipelineExecution(UpdatePipelineExecutionRequest updatePipelineExecutionRequest)
Updates a pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdatePipelineExecutionResponse> |
SageMakerAsyncClient.updatePipelineExecution(Consumer<UpdatePipelineExecutionRequest.Builder> updatePipelineExecutionRequest)
Updates a pipeline execution.
|
default CompletableFuture<UpdatePipelineExecutionResponse> |
SageMakerAsyncClient.updatePipelineExecution(UpdatePipelineExecutionRequest updatePipelineExecutionRequest)
Updates a pipeline execution.
|
Copyright © 2021. All rights reserved.