| 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 |
|---|---|
ListInferenceComponentsResult |
AmazonSageMakerClient.listInferenceComponents(ListInferenceComponentsRequest request)
Lists the inference components in your account and their properties.
|
ListInferenceComponentsResult |
AbstractAmazonSageMaker.listInferenceComponents(ListInferenceComponentsRequest request) |
ListInferenceComponentsResult |
AmazonSageMaker.listInferenceComponents(ListInferenceComponentsRequest listInferenceComponentsRequest)
Lists the inference components in your account and their properties.
|
| 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 |
|---|---|
ListInferenceComponentsResult |
ListInferenceComponentsResult.clone() |
ListInferenceComponentsResult |
ListInferenceComponentsResult.withInferenceComponents(Collection<InferenceComponentSummary> inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
|
ListInferenceComponentsResult |
ListInferenceComponentsResult.withInferenceComponents(InferenceComponentSummary... inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
|
ListInferenceComponentsResult |
ListInferenceComponentsResult.withNextToken(String nextToken)
The token to use in a subsequent request to get the next set of results following a truncated response.
|
Copyright © 2024. All rights reserved.