| 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<ListLabelingJobsForWorkteamResult> |
AmazonSageMakerAsyncClient.listLabelingJobsForWorkteamAsync(ListLabelingJobsForWorkteamRequest request,
AsyncHandler<ListLabelingJobsForWorkteamRequest,ListLabelingJobsForWorkteamResult> asyncHandler) |
Future<ListLabelingJobsForWorkteamResult> |
AmazonSageMakerAsync.listLabelingJobsForWorkteamAsync(ListLabelingJobsForWorkteamRequest listLabelingJobsForWorkteamRequest,
AsyncHandler<ListLabelingJobsForWorkteamRequest,ListLabelingJobsForWorkteamResult> asyncHandler)
Gets a list of labeling jobs assigned to a specified work team.
|
Future<ListLabelingJobsForWorkteamResult> |
AbstractAmazonSageMakerAsync.listLabelingJobsForWorkteamAsync(ListLabelingJobsForWorkteamRequest request,
AsyncHandler<ListLabelingJobsForWorkteamRequest,ListLabelingJobsForWorkteamResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.clone() |
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
|
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
|
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withJobReferenceCodeContains(String jobReferenceCodeContains)
A filter the limits jobs to only the ones whose job reference code contains the specified string.
|
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withMaxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
|
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withNextToken(String nextToken)
If the result of the previous
ListLabelingJobsForWorkteam request was truncated, the response
includes a NextToken. |
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withSortBy(ListLabelingJobsForWorkteamSortByOptions sortBy)
The field to sort results by.
|
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withSortBy(String sortBy)
The field to sort results by.
|
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withSortOrder(String sortOrder)
The sort order for results.
|
ListLabelingJobsForWorkteamRequest |
ListLabelingJobsForWorkteamRequest.withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
|
Copyright © 2022. All rights reserved.