public static interface ListEndpointConfigsRequest.Builder extends SageMakerRequest.Builder, CopyableBuilder<ListEndpointConfigsRequest.Builder,ListEndpointConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointConfigsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only endpoint configurations created after the specified time (timestamp).
|
ListEndpointConfigsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only endpoint configurations created before the specified time (timestamp).
|
ListEndpointConfigsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
|
ListEndpointConfigsRequest.Builder |
nameContains(String nameContains)
A string in the endpoint configuration name.
|
ListEndpointConfigsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListEndpointConfig request was truncated, the response includes a
NextToken. |
ListEndpointConfigsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListEndpointConfigsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListEndpointConfigsRequest.Builder |
sortBy(EndpointConfigSortKey sortBy)
The field to sort results by.
|
ListEndpointConfigsRequest.Builder |
sortBy(String sortBy)
The field to sort results by.
|
ListEndpointConfigsRequest.Builder |
sortOrder(OrderKey sortOrder)
The sort order for results.
|
ListEndpointConfigsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
buildrequestOverrideConfigcopyapply, buildListEndpointConfigsRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is CreationTime.
sortBy - The field to sort results by. The default is CreationTime.EndpointConfigSortKey,
EndpointConfigSortKeyListEndpointConfigsRequest.Builder sortBy(EndpointConfigSortKey sortBy)
The field to sort results by. The default is CreationTime.
sortBy - The field to sort results by. The default is CreationTime.EndpointConfigSortKey,
EndpointConfigSortKeyListEndpointConfigsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending.
ListEndpointConfigsRequest.Builder sortOrder(OrderKey sortOrder)
The sort order for results. The default is Ascending.
ListEndpointConfigsRequest.Builder nextToken(String nextToken)
If the result of the previous ListEndpointConfig request was truncated, the response includes a
NextToken. To retrieve the next set of endpoint configurations, use the token in the next
request.
nextToken - If the result of the previous ListEndpointConfig request was truncated, the response
includes a NextToken. To retrieve the next set of endpoint configurations, use the token
in the next request.ListEndpointConfigsRequest.Builder maxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
maxResults - The maximum number of training jobs to return in the response.ListEndpointConfigsRequest.Builder nameContains(String nameContains)
A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.
nameContains - A string in the endpoint configuration name. This filter returns only endpoint configurations whose
name contains the specified string.ListEndpointConfigsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only endpoint configurations created before the specified time (timestamp).
creationTimeBefore - A filter that returns only endpoint configurations created before the specified time (timestamp).ListEndpointConfigsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only endpoint configurations created after the specified time (timestamp).
creationTimeAfter - A filter that returns only endpoint configurations created after the specified time (timestamp).ListEndpointConfigsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListEndpointConfigsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.