| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators | |
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListEndpointConfigsResponse |
SageMakerClient.listEndpointConfigs(ListEndpointConfigsRequest listEndpointConfigsRequest)
Lists endpoint configurations.
|
default CompletableFuture<ListEndpointConfigsResponse> |
SageMakerAsyncClient.listEndpointConfigs(ListEndpointConfigsRequest listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointConfigsIterable |
SageMakerClient.listEndpointConfigsPaginator(ListEndpointConfigsRequest listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointConfigsPublisher |
SageMakerAsyncClient.listEndpointConfigsPaginator(ListEndpointConfigsRequest listEndpointConfigsRequest)
Lists endpoint configurations.
|
| Constructor and Description |
|---|
ListEndpointConfigsIterable(SageMakerClient client,
ListEndpointConfigsRequest firstRequest) |
ListEndpointConfigsPublisher(SageMakerAsyncClient client,
ListEndpointConfigsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEndpointConfigsRequestMarshaller.marshall(ListEndpointConfigsRequest listEndpointConfigsRequest) |
Copyright © 2022. All rights reserved.