| 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<ListEndpointsResult> |
AmazonSageMakerAsyncClient.listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler) |
Future<ListEndpointsResult> |
AbstractAmazonSageMakerAsync.listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler) |
Future<ListEndpointsResult> |
AmazonSageMakerAsync.listEndpointsAsync(ListEndpointsRequest listEndpointsRequest,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler)
Lists endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsRequest |
ListEndpointsRequest.clone() |
ListEndpointsRequest |
ListEndpointsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only endpoints with a creation time greater than or equal to the specified time
(timestamp).
|
ListEndpointsRequest |
ListEndpointsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only endpoints that were created before the specified time (timestamp).
|
ListEndpointsRequest |
ListEndpointsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only endpoints that were modified after the specified timestamp.
|
ListEndpointsRequest |
ListEndpointsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only endpoints that were modified before the specified timestamp.
|
ListEndpointsRequest |
ListEndpointsRequest.withMaxResults(Integer maxResults)
The maximum number of endpoints to return in the response.
|
ListEndpointsRequest |
ListEndpointsRequest.withNameContains(String nameContains)
A string in endpoint names.
|
ListEndpointsRequest |
ListEndpointsRequest.withNextToken(String nextToken)
If the result of a
ListEndpoints request was truncated, the response includes a
NextToken. |
ListEndpointsRequest |
ListEndpointsRequest.withSortBy(EndpointSortKey sortBy)
Sorts the list of results.
|
ListEndpointsRequest |
ListEndpointsRequest.withSortBy(String sortBy)
Sorts the list of results.
|
ListEndpointsRequest |
ListEndpointsRequest.withSortOrder(OrderKey sortOrder)
The sort order for results.
|
ListEndpointsRequest |
ListEndpointsRequest.withSortOrder(String sortOrder)
The sort order for results.
|
ListEndpointsRequest |
ListEndpointsRequest.withStatusEquals(EndpointStatus statusEquals)
A filter that returns only endpoints with the specified status.
|
ListEndpointsRequest |
ListEndpointsRequest.withStatusEquals(String statusEquals)
A filter that returns only endpoints with the specified status.
|
Copyright © 2025. All rights reserved.