| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPipelineExecutionsResponse |
SageMakerClient.listPipelineExecutions(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest)
Gets a list of the pipeline executions.
|
default ListPipelineExecutionsResponse |
SageMakerClient.listPipelineExecutions(ListPipelineExecutionsRequest listPipelineExecutionsRequest)
Gets a list of the pipeline executions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPipelineExecutionsResponse> |
SageMakerAsyncClient.listPipelineExecutions(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest)
Gets a list of the pipeline executions.
|
default CompletableFuture<ListPipelineExecutionsResponse> |
SageMakerAsyncClient.listPipelineExecutions(ListPipelineExecutionsRequest listPipelineExecutionsRequest)
Gets a list of the pipeline executions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPipelineExecutionsResponse> |
ListPipelineExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPipelineExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPipelineExecutionsResponse> subscriber) |
Copyright © 2023. All rights reserved.