| 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<ListInferenceComponentsResult> |
AmazonSageMakerAsyncClient.listInferenceComponentsAsync(ListInferenceComponentsRequest request,
AsyncHandler<ListInferenceComponentsRequest,ListInferenceComponentsResult> asyncHandler) |
Future<ListInferenceComponentsResult> |
AbstractAmazonSageMakerAsync.listInferenceComponentsAsync(ListInferenceComponentsRequest request,
AsyncHandler<ListInferenceComponentsRequest,ListInferenceComponentsResult> asyncHandler) |
Future<ListInferenceComponentsResult> |
AmazonSageMakerAsync.listInferenceComponentsAsync(ListInferenceComponentsRequest listInferenceComponentsRequest,
AsyncHandler<ListInferenceComponentsRequest,ListInferenceComponentsResult> asyncHandler)
Lists the inference components in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.clone() |
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withCreationTimeAfter(Date creationTimeAfter)
Filters the results to only those inference components that were created after the specified time.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withCreationTimeBefore(Date creationTimeBefore)
Filters the results to only those inference components that were created before the specified time.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withEndpointNameEquals(String endpointNameEquals)
An endpoint name to filter the listed inference components.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Filters the results to only those inference components that were updated after the specified time.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Filters the results to only those inference components that were updated before the specified time.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withMaxResults(Integer maxResults)
The maximum number of inference components to return in the response.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withNameContains(String nameContains)
Filters the results to only those inference components with a name that contains the specified string.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withNextToken(String nextToken)
A token that you use to get the next set of results following a truncated response.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withSortBy(InferenceComponentSortKey sortBy)
The field by which to sort the inference components in the response.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withSortBy(String sortBy)
The field by which to sort the inference components in the response.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withSortOrder(OrderKey sortOrder)
The sort order for results.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withSortOrder(String sortOrder)
The sort order for results.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withStatusEquals(InferenceComponentStatus statusEquals)
Filters the results to only those inference components with the specified status.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withStatusEquals(String statusEquals)
Filters the results to only those inference components with the specified status.
|
ListInferenceComponentsRequest |
ListInferenceComponentsRequest.withVariantNameEquals(String variantNameEquals)
A production variant name to filter the listed inference components.
|
Copyright © 2025. All rights reserved.