| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Definition of the public APIs exposed by SageMaker
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEndpointConfigsResult> |
AmazonSageMakerAsync.listEndpointConfigsAsync(ListEndpointConfigsRequest listEndpointConfigsRequest,
AsyncHandler<ListEndpointConfigsRequest,ListEndpointConfigsResult> asyncHandler)
Lists endpoint configurations.
|
Future<ListEndpointConfigsResult> |
AbstractAmazonSageMakerAsync.listEndpointConfigsAsync(ListEndpointConfigsRequest request,
AsyncHandler<ListEndpointConfigsRequest,ListEndpointConfigsResult> asyncHandler) |
Future<ListEndpointConfigsResult> |
AmazonSageMakerAsyncClient.listEndpointConfigsAsync(ListEndpointConfigsRequest request,
AsyncHandler<ListEndpointConfigsRequest,ListEndpointConfigsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.clone() |
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only endpoint configurations created after the specified time (timestamp).
|
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only endpoint configurations created before the specified time (timestamp).
|
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.withMaxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
|
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.withNameContains(String nameContains)
A string in the endpoint configuration name.
|
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.withNextToken(String nextToken)
If the result of the previous
ListEndpointConfig request was truncated, the response includes a
NextToken. |
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.withSortBy(EndpointConfigSortKey sortBy)
The field to sort results by.
|
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.withSortBy(String sortBy)
The field to sort results by.
|
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.withSortOrder(OrderKey sortOrder)
The sort order for results.
|
ListEndpointConfigsRequest |
ListEndpointConfigsRequest.withSortOrder(String sortOrder)
The sort order for results.
|
Copyright © 2018. All rights reserved.