| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFlowDefinitionsResult> |
AmazonSageMakerAsyncClient.listFlowDefinitionsAsync(ListFlowDefinitionsRequest request,
AsyncHandler<ListFlowDefinitionsRequest,ListFlowDefinitionsResult> asyncHandler) |
Future<ListFlowDefinitionsResult> |
AmazonSageMakerAsync.listFlowDefinitionsAsync(ListFlowDefinitionsRequest listFlowDefinitionsRequest,
AsyncHandler<ListFlowDefinitionsRequest,ListFlowDefinitionsResult> asyncHandler)
Returns information about the flow definitions in your account.
|
Future<ListFlowDefinitionsResult> |
AbstractAmazonSageMakerAsync.listFlowDefinitionsAsync(ListFlowDefinitionsRequest request,
AsyncHandler<ListFlowDefinitionsRequest,ListFlowDefinitionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFlowDefinitionsRequest |
ListFlowDefinitionsRequest.clone() |
ListFlowDefinitionsRequest |
ListFlowDefinitionsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only flow definitions with a creation time greater than or equal to the specified
timestamp.
|
ListFlowDefinitionsRequest |
ListFlowDefinitionsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only flow definitions that were created before the specified timestamp.
|
ListFlowDefinitionsRequest |
ListFlowDefinitionsRequest.withMaxResults(Integer maxResults)
The total number of items to return.
|
ListFlowDefinitionsRequest |
ListFlowDefinitionsRequest.withNextToken(String nextToken)
A token to resume pagination.
|
ListFlowDefinitionsRequest |
ListFlowDefinitionsRequest.withSortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListFlowDefinitionsRequest |
ListFlowDefinitionsRequest.withSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
Copyright © 2022. All rights reserved.