| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators | |
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAppImageConfigsResponse> |
SageMakerAsyncClient.listAppImageConfigs(ListAppImageConfigsRequest listAppImageConfigsRequest)
Lists the AppImageConfigs in your account and their properties.
|
default ListAppImageConfigsResponse |
SageMakerClient.listAppImageConfigs(ListAppImageConfigsRequest listAppImageConfigsRequest)
Lists the AppImageConfigs in your account and their properties.
|
default ListAppImageConfigsPublisher |
SageMakerAsyncClient.listAppImageConfigsPaginator(ListAppImageConfigsRequest listAppImageConfigsRequest)
Lists the AppImageConfigs in your account and their properties.
|
default ListAppImageConfigsIterable |
SageMakerClient.listAppImageConfigsPaginator(ListAppImageConfigsRequest listAppImageConfigsRequest)
Lists the AppImageConfigs in your account and their properties.
|
| Constructor and Description |
|---|
ListAppImageConfigsIterable(SageMakerClient client,
ListAppImageConfigsRequest firstRequest) |
ListAppImageConfigsPublisher(SageMakerAsyncClient client,
ListAppImageConfigsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAppImageConfigsRequestMarshaller.marshall(ListAppImageConfigsRequest listAppImageConfigsRequest) |
Copyright © 2021. All rights reserved.