| 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<ListAppImageConfigsResult> |
AmazonSageMakerAsyncClient.listAppImageConfigsAsync(ListAppImageConfigsRequest request,
AsyncHandler<ListAppImageConfigsRequest,ListAppImageConfigsResult> asyncHandler) |
Future<ListAppImageConfigsResult> |
AmazonSageMakerAsync.listAppImageConfigsAsync(ListAppImageConfigsRequest listAppImageConfigsRequest,
AsyncHandler<ListAppImageConfigsRequest,ListAppImageConfigsResult> asyncHandler)
Lists the AppImageConfigs in your account and their properties.
|
Future<ListAppImageConfigsResult> |
AbstractAmazonSageMakerAsync.listAppImageConfigsAsync(ListAppImageConfigsRequest request,
AsyncHandler<ListAppImageConfigsRequest,ListAppImageConfigsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.clone() |
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only AppImageConfigs created on or after the specified time.
|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only AppImageConfigs created on or before the specified time.
|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withMaxResults(Integer maxResults)
The maximum number of AppImageConfigs to return in the response.
|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withModifiedTimeAfter(Date modifiedTimeAfter)
A filter that returns only AppImageConfigs modified on or after the specified time.
|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withModifiedTimeBefore(Date modifiedTimeBefore)
A filter that returns only AppImageConfigs modified on or before the specified time.
|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withNameContains(String nameContains)
A filter that returns only AppImageConfigs whose name contains the specified string.
|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withNextToken(String nextToken)
If the previous call to
ListImages didn't return the full set of AppImageConfigs, the call returns a
token for getting the next set of AppImageConfigs. |
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withSortBy(AppImageConfigSortKey sortBy)
The property used to sort results.
|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withSortBy(String sortBy)
The property used to sort results.
|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withSortOrder(SortOrder sortOrder)
The sort order.
|
ListAppImageConfigsRequest |
ListAppImageConfigsRequest.withSortOrder(String sortOrder)
The sort order.
|
Copyright © 2022. All rights reserved.