public static interface ListEndpointConfigsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListEndpointConfigsRequest.Builder,ListEndpointConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointConfigsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only endpoint configurations with a creation time greater than or equal to 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEndpointConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 Descending.
ListEndpointConfigsRequest.Builder sortOrder(OrderKey sortOrder)
The sort order for results. The default is Descending.
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 with a creation time greater than or equal to the specified time (timestamp).
creationTimeAfter - A filter that returns only endpoint configurations with a creation time greater than or equal to the
specified time (timestamp).ListEndpointConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEndpointConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.