| 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<ListDevicesResponse> |
SageMakerAsyncClient.listDevices(ListDevicesRequest listDevicesRequest)
A list of devices.
|
default ListDevicesResponse |
SageMakerClient.listDevices(ListDevicesRequest listDevicesRequest)
A list of devices.
|
default ListDevicesPublisher |
SageMakerAsyncClient.listDevicesPaginator(ListDevicesRequest listDevicesRequest)
A list of devices.
|
default ListDevicesIterable |
SageMakerClient.listDevicesPaginator(ListDevicesRequest listDevicesRequest)
A list of devices.
|
| Constructor and Description |
|---|
ListDevicesIterable(SageMakerClient client,
ListDevicesRequest firstRequest) |
ListDevicesPublisher(SageMakerAsyncClient client,
ListDevicesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDevicesRequestMarshaller.marshall(ListDevicesRequest listDevicesRequest) |
Copyright © 2021. All rights reserved.