| 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 |
|---|---|
StartPipelineExecutionResult |
AmazonSageMakerClient.startPipelineExecution(StartPipelineExecutionRequest request)
Starts a pipeline execution.
|
StartPipelineExecutionResult |
AbstractAmazonSageMaker.startPipelineExecution(StartPipelineExecutionRequest request) |
StartPipelineExecutionResult |
AmazonSageMaker.startPipelineExecution(StartPipelineExecutionRequest startPipelineExecutionRequest)
Starts a pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartPipelineExecutionResult> |
AmazonSageMakerAsyncClient.startPipelineExecutionAsync(StartPipelineExecutionRequest request,
AsyncHandler<StartPipelineExecutionRequest,StartPipelineExecutionResult> asyncHandler) |
Future<StartPipelineExecutionResult> |
AmazonSageMakerAsync.startPipelineExecutionAsync(StartPipelineExecutionRequest startPipelineExecutionRequest,
AsyncHandler<StartPipelineExecutionRequest,StartPipelineExecutionResult> asyncHandler)
Starts a pipeline execution.
|
Future<StartPipelineExecutionResult> |
AbstractAmazonSageMakerAsync.startPipelineExecutionAsync(StartPipelineExecutionRequest request,
AsyncHandler<StartPipelineExecutionRequest,StartPipelineExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartPipelineExecutionResult |
StartPipelineExecutionResult.clone() |
StartPipelineExecutionResult |
StartPipelineExecutionResult.withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
Copyright © 2025. All rights reserved.