| 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<ListDeviceFleetsResult> |
AbstractAmazonSageMakerAsync.listDeviceFleetsAsync(ListDeviceFleetsRequest request,
AsyncHandler<ListDeviceFleetsRequest,ListDeviceFleetsResult> asyncHandler) |
Future<ListDeviceFleetsResult> |
AmazonSageMakerAsync.listDeviceFleetsAsync(ListDeviceFleetsRequest listDeviceFleetsRequest,
AsyncHandler<ListDeviceFleetsRequest,ListDeviceFleetsResult> asyncHandler)
Returns a list of devices in the fleet.
|
Future<ListDeviceFleetsResult> |
AmazonSageMakerAsyncClient.listDeviceFleetsAsync(ListDeviceFleetsRequest request,
AsyncHandler<ListDeviceFleetsRequest,ListDeviceFleetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.clone() |
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withCreationTimeAfter(Date creationTimeAfter)
Filter fleets where packaging job was created after specified time.
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withCreationTimeBefore(Date creationTimeBefore)
Filter fleets where the edge packaging job was created before specified time.
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select fleets where the job was updated after X
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select fleets where the job was updated before X
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withMaxResults(Integer maxResults)
The maximum number of results to select.
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withNameContains(String nameContains)
Filter for fleets containing this name in their fleet device name.
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withSortBy(ListDeviceFleetsSortBy sortBy)
The column to sort by.
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withSortBy(String sortBy)
The column to sort by.
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withSortOrder(SortOrder sortOrder)
What direction to sort in.
|
ListDeviceFleetsRequest |
ListDeviceFleetsRequest.withSortOrder(String sortOrder)
What direction to sort in.
|
Copyright © 2024. All rights reserved.