| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEdgePackagingJobsResult> |
AmazonSageMakerAsyncClient.listEdgePackagingJobsAsync(ListEdgePackagingJobsRequest request,
AsyncHandler<ListEdgePackagingJobsRequest,ListEdgePackagingJobsResult> asyncHandler) |
Future<ListEdgePackagingJobsResult> |
AmazonSageMakerAsync.listEdgePackagingJobsAsync(ListEdgePackagingJobsRequest listEdgePackagingJobsRequest,
AsyncHandler<ListEdgePackagingJobsRequest,ListEdgePackagingJobsResult> asyncHandler)
Returns a list of edge packaging jobs.
|
Future<ListEdgePackagingJobsResult> |
AbstractAmazonSageMakerAsync.listEdgePackagingJobsAsync(ListEdgePackagingJobsRequest request,
AsyncHandler<ListEdgePackagingJobsRequest,ListEdgePackagingJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.clone() |
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withCreationTimeAfter(Date creationTimeAfter)
Select jobs where the job was created after specified time.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withCreationTimeBefore(Date creationTimeBefore)
Select jobs where the job was created before specified time.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select jobs where the job was updated after specified time.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select jobs where the job was updated before specified time.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withMaxResults(Integer maxResults)
Maximum number of results to select.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withModelNameContains(String modelNameContains)
Filter for jobs where the model name contains this string.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withNameContains(String nameContains)
Filter for jobs containing this name in their packaging job name.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withSortBy(ListEdgePackagingJobsSortBy sortBy)
Use to specify what column to sort by.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withSortBy(String sortBy)
Use to specify what column to sort by.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withSortOrder(SortOrder sortOrder)
What direction to sort by.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withSortOrder(String sortOrder)
What direction to sort by.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withStatusEquals(EdgePackagingJobStatus statusEquals)
The job status to filter for.
|
ListEdgePackagingJobsRequest |
ListEdgePackagingJobsRequest.withStatusEquals(String statusEquals)
The job status to filter for.
|
Copyright © 2022. All rights reserved.