| 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<ListEdgeDeploymentPlansResult> |
AbstractAmazonSageMakerAsync.listEdgeDeploymentPlansAsync(ListEdgeDeploymentPlansRequest request,
AsyncHandler<ListEdgeDeploymentPlansRequest,ListEdgeDeploymentPlansResult> asyncHandler) |
Future<ListEdgeDeploymentPlansResult> |
AmazonSageMakerAsync.listEdgeDeploymentPlansAsync(ListEdgeDeploymentPlansRequest listEdgeDeploymentPlansRequest,
AsyncHandler<ListEdgeDeploymentPlansRequest,ListEdgeDeploymentPlansResult> asyncHandler)
Lists all edge deployment plans.
|
Future<ListEdgeDeploymentPlansResult> |
AmazonSageMakerAsyncClient.listEdgeDeploymentPlansAsync(ListEdgeDeploymentPlansRequest request,
AsyncHandler<ListEdgeDeploymentPlansRequest,ListEdgeDeploymentPlansResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.clone() |
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withCreationTimeAfter(Date creationTimeAfter)
Selects edge deployment plans created after this time.
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withCreationTimeBefore(Date creationTimeBefore)
Selects edge deployment plans created before this time.
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withDeviceFleetNameContains(String deviceFleetNameContains)
Selects edge deployment plans with a device fleet name containing this name.
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Selects edge deployment plans that were last updated after this time.
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Selects edge deployment plans that were last updated before this time.
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withMaxResults(Integer maxResults)
The maximum number of results to select (50 by default).
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withNameContains(String nameContains)
Selects edge deployment plans with names containing this name.
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withSortBy(ListEdgeDeploymentPlansSortBy sortBy)
The column by which to sort the edge deployment plans.
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withSortBy(String sortBy)
The column by which to sort the edge deployment plans.
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withSortOrder(SortOrder sortOrder)
The direction of the sorting (ascending or descending).
|
ListEdgeDeploymentPlansRequest |
ListEdgeDeploymentPlansRequest.withSortOrder(String sortOrder)
The direction of the sorting (ascending or descending).
|
Copyright © 2023. All rights reserved.