| 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<ListLabelingJobsResult> |
AmazonSageMakerAsyncClient.listLabelingJobsAsync(ListLabelingJobsRequest request,
AsyncHandler<ListLabelingJobsRequest,ListLabelingJobsResult> asyncHandler) |
Future<ListLabelingJobsResult> |
AmazonSageMakerAsync.listLabelingJobsAsync(ListLabelingJobsRequest listLabelingJobsRequest,
AsyncHandler<ListLabelingJobsRequest,ListLabelingJobsResult> asyncHandler)
Gets a list of labeling jobs.
|
Future<ListLabelingJobsResult> |
AbstractAmazonSageMakerAsync.listLabelingJobsAsync(ListLabelingJobsRequest request,
AsyncHandler<ListLabelingJobsRequest,ListLabelingJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLabelingJobsRequest |
ListLabelingJobsRequest.clone() |
ListLabelingJobsRequest |
ListLabelingJobsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only labeling jobs modified after the specified time (timestamp).
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only labeling jobs modified before the specified time (timestamp).
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withMaxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withNameContains(String nameContains)
A string in the labeling job name.
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withNextToken(String nextToken)
If the result of the previous
ListLabelingJobs request was truncated, the response includes a
NextToken. |
ListLabelingJobsRequest |
ListLabelingJobsRequest.withSortBy(SortBy sortBy)
The field to sort results by.
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withSortBy(String sortBy)
The field to sort results by.
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withSortOrder(String sortOrder)
The sort order for results.
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withStatusEquals(LabelingJobStatus statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withStatusEquals(String statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
Copyright © 2022. All rights reserved.