| 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<ListPipelineExecutionsResult> |
AmazonSageMakerAsyncClient.listPipelineExecutionsAsync(ListPipelineExecutionsRequest request,
AsyncHandler<ListPipelineExecutionsRequest,ListPipelineExecutionsResult> asyncHandler) |
Future<ListPipelineExecutionsResult> |
AmazonSageMakerAsync.listPipelineExecutionsAsync(ListPipelineExecutionsRequest listPipelineExecutionsRequest,
AsyncHandler<ListPipelineExecutionsRequest,ListPipelineExecutionsResult> asyncHandler)
Gets a list of the pipeline executions.
|
Future<ListPipelineExecutionsResult> |
AbstractAmazonSageMakerAsync.listPipelineExecutionsAsync(ListPipelineExecutionsRequest request,
AsyncHandler<ListPipelineExecutionsRequest,ListPipelineExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.clone() |
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.withCreatedAfter(Date createdAfter)
A filter that returns the pipeline executions that were created after a specified time.
|
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.withCreatedBefore(Date createdBefore)
A filter that returns the pipeline executions that were created before a specified time.
|
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of pipeline executions to return in the response.
|
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.withNextToken(String nextToken)
If the result of the previous
ListPipelineExecutions request was truncated, the response includes a
NextToken. |
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.withPipelineName(String pipelineName)
The name or Amazon Resource Name (ARN) of the pipeline.
|
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.withSortBy(SortPipelineExecutionsBy sortBy)
The field by which to sort results.
|
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.withSortBy(String sortBy)
The field by which to sort results.
|
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListPipelineExecutionsRequest |
ListPipelineExecutionsRequest.withSortOrder(String sortOrder)
The sort order for results.
|
Copyright © 2024. All rights reserved.