| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDeviceFleetsResponse |
SageMakerClient.listDeviceFleets(Consumer<ListDeviceFleetsRequest.Builder> listDeviceFleetsRequest)
Returns a list of devices in the fleet.
|
default ListDeviceFleetsResponse |
SageMakerClient.listDeviceFleets(ListDeviceFleetsRequest listDeviceFleetsRequest)
Returns a list of devices in the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeviceFleetsResponse> |
SageMakerAsyncClient.listDeviceFleets(Consumer<ListDeviceFleetsRequest.Builder> listDeviceFleetsRequest)
Returns a list of devices in the fleet.
|
default CompletableFuture<ListDeviceFleetsResponse> |
SageMakerAsyncClient.listDeviceFleets(ListDeviceFleetsRequest listDeviceFleetsRequest)
Returns a list of devices in the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeviceFleetsResponse> |
ListDeviceFleetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceFleetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeviceFleetsResponse> subscriber) |
Copyright © 2023. All rights reserved.