| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AmazonSageMakerAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AbstractAmazonSageMakerAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AmazonSageMakerAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
A list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest |
ListDevicesRequest.clone() |
ListDevicesRequest |
ListDevicesRequest.withDeviceFleetName(String deviceFleetName)
Filter for fleets containing this name in their device fleet name.
|
ListDevicesRequest |
ListDevicesRequest.withLatestHeartbeatAfter(Date latestHeartbeatAfter)
Select fleets where the job was updated after X
|
ListDevicesRequest |
ListDevicesRequest.withMaxResults(Integer maxResults)
Maximum number of results to select.
|
ListDevicesRequest |
ListDevicesRequest.withModelName(String modelName)
A filter that searches devices that contains this name in any of their models.
|
ListDevicesRequest |
ListDevicesRequest.withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
Copyright © 2025. All rights reserved.