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