| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListImagesResponse |
SageMakerClient.listImages(Consumer<ListImagesRequest.Builder> listImagesRequest)
Lists the images in your account and their properties.
|
default ListImagesResponse |
SageMakerClient.listImages(ListImagesRequest listImagesRequest)
Lists the images in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListImagesResponse> |
SageMakerAsyncClient.listImages(Consumer<ListImagesRequest.Builder> listImagesRequest)
Lists the images in your account and their properties.
|
default CompletableFuture<ListImagesResponse> |
SageMakerAsyncClient.listImages(ListImagesRequest listImagesRequest)
Lists the images in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListImagesResponse> |
ListImagesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListImagesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListImagesResponse> subscriber) |
Copyright © 2020. All rights reserved.