Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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_jobReferenceCodeContains :: Lens' ListLabelingJobsForWorkteam (Maybe Text)
- listLabelingJobsForWorkteam_creationTimeAfter :: Lens' ListLabelingJobsForWorkteam (Maybe UTCTime)
- listLabelingJobsForWorkteam_nextToken :: Lens' ListLabelingJobsForWorkteam (Maybe Text)
- listLabelingJobsForWorkteam_sortOrder :: Lens' ListLabelingJobsForWorkteam (Maybe SortOrder)
- listLabelingJobsForWorkteam_creationTimeBefore :: Lens' ListLabelingJobsForWorkteam (Maybe UTCTime)
- listLabelingJobsForWorkteam_maxResults :: Lens' ListLabelingJobsForWorkteam (Maybe Natural)
- listLabelingJobsForWorkteam_sortBy :: Lens' ListLabelingJobsForWorkteam (Maybe ListLabelingJobsForWorkteamSortByOptions)
- 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.
ListLabelingJobsForWorkteam' | |
|
Instances
newListLabelingJobsForWorkteam Source #
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:jobReferenceCodeContains:ListLabelingJobsForWorkteam'
, listLabelingJobsForWorkteam_jobReferenceCodeContains
- A filter the limits jobs to only the ones whose job reference code
contains the specified string.
$sel:creationTimeAfter:ListLabelingJobsForWorkteam'
, listLabelingJobsForWorkteam_creationTimeAfter
- A filter that returns only labeling jobs created after the specified
time (timestamp).
$sel:nextToken: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:sortOrder:ListLabelingJobsForWorkteam'
, listLabelingJobsForWorkteam_sortOrder
- The sort order for results. The default is Ascending
.
$sel:creationTimeBefore:ListLabelingJobsForWorkteam'
, listLabelingJobsForWorkteam_creationTimeBefore
- A filter that returns only labeling jobs created before the specified
time (timestamp).
$sel:maxResults:ListLabelingJobsForWorkteam'
, listLabelingJobsForWorkteam_maxResults
- The maximum number of labeling jobs to return in each page of the
response.
$sel:sortBy:ListLabelingJobsForWorkteam'
, listLabelingJobsForWorkteam_sortBy
- The field to sort results by. The default is CreationTime
.
$sel:workteamArn:ListLabelingJobsForWorkteam'
, listLabelingJobsForWorkteam_workteamArn
- The Amazon Resource Name (ARN) of the work team for which you want to
see labeling jobs for.
Request Lenses
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_creationTimeAfter :: Lens' ListLabelingJobsForWorkteam (Maybe UTCTime) Source #
A filter that returns only labeling jobs created after the specified time (timestamp).
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_sortOrder :: Lens' ListLabelingJobsForWorkteam (Maybe SortOrder) Source #
The sort order for results. The default is Ascending
.
listLabelingJobsForWorkteam_creationTimeBefore :: Lens' ListLabelingJobsForWorkteam (Maybe UTCTime) Source #
A filter that returns only labeling jobs created before the specified time (timestamp).
listLabelingJobsForWorkteam_maxResults :: Lens' ListLabelingJobsForWorkteam (Maybe Natural) Source #
The maximum number of labeling jobs to return in each page of the response.
listLabelingJobsForWorkteam_sortBy :: Lens' ListLabelingJobsForWorkteam (Maybe ListLabelingJobsForWorkteamSortByOptions) Source #
The field to sort results by. The default is CreationTime
.
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.
ListLabelingJobsForWorkteamResponse' | |
|
Instances
newListLabelingJobsForWorkteamResponse Source #
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:
$sel:nextToken:ListLabelingJobsForWorkteam'
, listLabelingJobsForWorkteamResponse_nextToken
- If the response is truncated, Amazon 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, Amazon 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.