| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDevicesResponse> |
SageMakerAsyncClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
A list of devices.
|
default ListDevicesResponse |
SageMakerClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
A list of devices.
|
default ListDevicesPublisher |
SageMakerAsyncClient.listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
A list of devices.
|
default ListDevicesIterable |
SageMakerClient.listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
A list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDevicesRequest.Builder |
ListDevicesRequest.builder() |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.deviceFleetName(String deviceFleetName)
Filter for fleets containing this name in their device fleet name.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.latestHeartbeatAfter(Instant latestHeartbeatAfter)
Select fleets where the job was updated after X
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.maxResults(Integer maxResults)
Maximum number of results to select.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.modelName(String modelName)
A filter that searches devices that contains this name in any of their models.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.nextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevicesRequest.Builder |
ListDevicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicesRequest.Builder> |
ListDevicesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.