| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.ListLabelingJobsForWorkteam
Description
Gets a list of labeling jobs assigned to a specified work team.
This operation returns paginated results.
Synopsis
- data ListLabelingJobsForWorkteam = ListLabelingJobsForWorkteam' {}
 - newListLabelingJobsForWorkteam :: Text -> ListLabelingJobsForWorkteam
 - listLabelingJobsForWorkteam_creationTimeAfter :: Lens' ListLabelingJobsForWorkteam (Maybe UTCTime)
 - listLabelingJobsForWorkteam_creationTimeBefore :: Lens' ListLabelingJobsForWorkteam (Maybe UTCTime)
 - listLabelingJobsForWorkteam_jobReferenceCodeContains :: Lens' ListLabelingJobsForWorkteam (Maybe Text)
 - listLabelingJobsForWorkteam_maxResults :: Lens' ListLabelingJobsForWorkteam (Maybe Natural)
 - listLabelingJobsForWorkteam_nextToken :: Lens' ListLabelingJobsForWorkteam (Maybe Text)
 - listLabelingJobsForWorkteam_sortBy :: Lens' ListLabelingJobsForWorkteam (Maybe ListLabelingJobsForWorkteamSortByOptions)
 - listLabelingJobsForWorkteam_sortOrder :: Lens' ListLabelingJobsForWorkteam (Maybe SortOrder)
 - listLabelingJobsForWorkteam_workteamArn :: Lens' ListLabelingJobsForWorkteam Text
 - data ListLabelingJobsForWorkteamResponse = ListLabelingJobsForWorkteamResponse' {}
 - newListLabelingJobsForWorkteamResponse :: Int -> ListLabelingJobsForWorkteamResponse
 - listLabelingJobsForWorkteamResponse_nextToken :: Lens' ListLabelingJobsForWorkteamResponse (Maybe Text)
 - listLabelingJobsForWorkteamResponse_httpStatus :: Lens' ListLabelingJobsForWorkteamResponse Int
 - listLabelingJobsForWorkteamResponse_labelingJobSummaryList :: Lens' ListLabelingJobsForWorkteamResponse [LabelingJobForWorkteamSummary]
 
Creating a Request
data ListLabelingJobsForWorkteam Source #
See: newListLabelingJobsForWorkteam smart constructor.
Constructors
| ListLabelingJobsForWorkteam' | |
Fields 
  | |
Instances
newListLabelingJobsForWorkteam Source #
Arguments
| :: Text | |
| -> ListLabelingJobsForWorkteam | 
Create a value of ListLabelingJobsForWorkteam with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTimeAfter:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_creationTimeAfter - A filter that returns only labeling jobs created after the specified
 time (timestamp).
$sel:creationTimeBefore:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_creationTimeBefore - A filter that returns only labeling jobs created before the specified
 time (timestamp).
$sel:jobReferenceCodeContains:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_jobReferenceCodeContains - A filter the limits jobs to only the ones whose job reference code
 contains the specified string.
$sel:maxResults:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_maxResults - The maximum number of labeling jobs to return in each page of the
 response.
ListLabelingJobsForWorkteam, listLabelingJobsForWorkteam_nextToken - If the result of the previous ListLabelingJobsForWorkteam request was
 truncated, the response includes a NextToken. To retrieve the next set
 of labeling jobs, use the token in the next request.
$sel:sortBy:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_sortBy - The field to sort results by. The default is CreationTime.
$sel:sortOrder:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_sortOrder - The sort order for results. The default is Ascending.
ListLabelingJobsForWorkteam, listLabelingJobsForWorkteam_workteamArn - The Amazon Resource Name (ARN) of the work team for which you want to
 see labeling jobs for.
Request Lenses
listLabelingJobsForWorkteam_creationTimeAfter :: Lens' ListLabelingJobsForWorkteam (Maybe UTCTime) Source #
A filter that returns only labeling jobs created after the specified time (timestamp).
listLabelingJobsForWorkteam_creationTimeBefore :: Lens' ListLabelingJobsForWorkteam (Maybe UTCTime) Source #
A filter that returns only labeling jobs created before the specified time (timestamp).
listLabelingJobsForWorkteam_jobReferenceCodeContains :: Lens' ListLabelingJobsForWorkteam (Maybe Text) Source #
A filter the limits jobs to only the ones whose job reference code contains the specified string.
listLabelingJobsForWorkteam_maxResults :: Lens' ListLabelingJobsForWorkteam (Maybe Natural) Source #
The maximum number of labeling jobs to return in each page of the response.
listLabelingJobsForWorkteam_nextToken :: Lens' ListLabelingJobsForWorkteam (Maybe Text) Source #
If the result of the previous ListLabelingJobsForWorkteam request was
 truncated, the response includes a NextToken. To retrieve the next set
 of labeling jobs, use the token in the next request.
listLabelingJobsForWorkteam_sortBy :: Lens' ListLabelingJobsForWorkteam (Maybe ListLabelingJobsForWorkteamSortByOptions) Source #
The field to sort results by. The default is CreationTime.
listLabelingJobsForWorkteam_sortOrder :: Lens' ListLabelingJobsForWorkteam (Maybe SortOrder) Source #
The sort order for results. The default is Ascending.
listLabelingJobsForWorkteam_workteamArn :: Lens' ListLabelingJobsForWorkteam Text Source #
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
Destructuring the Response
data ListLabelingJobsForWorkteamResponse Source #
See: newListLabelingJobsForWorkteamResponse smart constructor.
Constructors
| ListLabelingJobsForWorkteamResponse' | |
Fields 
  | |
Instances
newListLabelingJobsForWorkteamResponse Source #
Arguments
| :: Int | |
| -> ListLabelingJobsForWorkteamResponse | 
Create a value of ListLabelingJobsForWorkteamResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListLabelingJobsForWorkteam, listLabelingJobsForWorkteamResponse_nextToken - If the response is truncated, SageMaker returns this token. To retrieve
 the next set of labeling jobs, use it in the subsequent request.
$sel:httpStatus:ListLabelingJobsForWorkteamResponse', listLabelingJobsForWorkteamResponse_httpStatus - The response's http status code.
$sel:labelingJobSummaryList:ListLabelingJobsForWorkteamResponse', listLabelingJobsForWorkteamResponse_labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling
 job.
Response Lenses
listLabelingJobsForWorkteamResponse_nextToken :: Lens' ListLabelingJobsForWorkteamResponse (Maybe Text) Source #
If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.
listLabelingJobsForWorkteamResponse_httpStatus :: Lens' ListLabelingJobsForWorkteamResponse Int Source #
The response's http status code.
listLabelingJobsForWorkteamResponse_labelingJobSummaryList :: Lens' ListLabelingJobsForWorkteamResponse [LabelingJobForWorkteamSummary] Source #
An array of LabelingJobSummary objects, each describing a labeling
 job.