static ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.builder() |
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.creationTimeAfter(Instant creationTimeAfter) |
Filters the results to only those inference components that were created after the specified time.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.creationTimeBefore(Instant creationTimeBefore) |
Filters the results to only those inference components that were created before the specified time.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.endpointNameEquals(String endpointNameEquals) |
An endpoint name to filter the listed inference components.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.lastModifiedTimeAfter(Instant lastModifiedTimeAfter) |
Filters the results to only those inference components that were updated after the specified time.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.lastModifiedTimeBefore(Instant lastModifiedTimeBefore) |
Filters the results to only those inference components that were updated before the specified time.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of inference components to return in the response.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.nameContains(String nameContains) |
Filters the results to only those inference components with a name that contains the specified string.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.nextToken(String nextToken) |
A token that you use to get the next set of results following a truncated response.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.sortBy(String sortBy) |
The field by which to sort the inference components in the response.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.sortBy(InferenceComponentSortKey sortBy) |
The field by which to sort the inference components in the response.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.sortOrder(String sortOrder) |
The sort order for results.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.sortOrder(OrderKey sortOrder) |
The sort order for results.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.statusEquals(String statusEquals) |
Filters the results to only those inference components with the specified status.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.statusEquals(InferenceComponentStatus statusEquals) |
Filters the results to only those inference components with the specified status.
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.toBuilder() |
|
ListInferenceComponentsRequest.Builder |
ListInferenceComponentsRequest.Builder.variantNameEquals(String variantNameEquals) |
A production variant name to filter the listed inference components.
|