| 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.ListLabelingJobs
Description
Gets a list of labeling jobs.
This operation returns paginated results.
Synopsis
- data ListLabelingJobs = ListLabelingJobs' {
- creationTimeAfter :: Maybe POSIX
- creationTimeBefore :: Maybe POSIX
- lastModifiedTimeAfter :: Maybe POSIX
- lastModifiedTimeBefore :: Maybe POSIX
- maxResults :: Maybe Natural
- nameContains :: Maybe Text
- nextToken :: Maybe Text
- sortBy :: Maybe SortBy
- sortOrder :: Maybe SortOrder
- statusEquals :: Maybe LabelingJobStatus
- newListLabelingJobs :: ListLabelingJobs
- listLabelingJobs_creationTimeAfter :: Lens' ListLabelingJobs (Maybe UTCTime)
- listLabelingJobs_creationTimeBefore :: Lens' ListLabelingJobs (Maybe UTCTime)
- listLabelingJobs_lastModifiedTimeAfter :: Lens' ListLabelingJobs (Maybe UTCTime)
- listLabelingJobs_lastModifiedTimeBefore :: Lens' ListLabelingJobs (Maybe UTCTime)
- listLabelingJobs_maxResults :: Lens' ListLabelingJobs (Maybe Natural)
- listLabelingJobs_nameContains :: Lens' ListLabelingJobs (Maybe Text)
- listLabelingJobs_nextToken :: Lens' ListLabelingJobs (Maybe Text)
- listLabelingJobs_sortBy :: Lens' ListLabelingJobs (Maybe SortBy)
- listLabelingJobs_sortOrder :: Lens' ListLabelingJobs (Maybe SortOrder)
- listLabelingJobs_statusEquals :: Lens' ListLabelingJobs (Maybe LabelingJobStatus)
- data ListLabelingJobsResponse = ListLabelingJobsResponse' {}
- newListLabelingJobsResponse :: Int -> ListLabelingJobsResponse
- listLabelingJobsResponse_labelingJobSummaryList :: Lens' ListLabelingJobsResponse (Maybe [LabelingJobSummary])
- listLabelingJobsResponse_nextToken :: Lens' ListLabelingJobsResponse (Maybe Text)
- listLabelingJobsResponse_httpStatus :: Lens' ListLabelingJobsResponse Int
Creating a Request
data ListLabelingJobs Source #
See: newListLabelingJobs smart constructor.
Constructors
| ListLabelingJobs' | |
Fields
| |
Instances
newListLabelingJobs :: ListLabelingJobs Source #
Create a value of ListLabelingJobs 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:ListLabelingJobs', listLabelingJobs_creationTimeAfter - A filter that returns only labeling jobs created after the specified
time (timestamp).
$sel:creationTimeBefore:ListLabelingJobs', listLabelingJobs_creationTimeBefore - A filter that returns only labeling jobs created before the specified
time (timestamp).
$sel:lastModifiedTimeAfter:ListLabelingJobs', listLabelingJobs_lastModifiedTimeAfter - A filter that returns only labeling jobs modified after the specified
time (timestamp).
$sel:lastModifiedTimeBefore:ListLabelingJobs', listLabelingJobs_lastModifiedTimeBefore - A filter that returns only labeling jobs modified before the specified
time (timestamp).
$sel:maxResults:ListLabelingJobs', listLabelingJobs_maxResults - The maximum number of labeling jobs to return in each page of the
response.
$sel:nameContains:ListLabelingJobs', listLabelingJobs_nameContains - A string in the labeling job name. This filter returns only labeling
jobs whose name contains the specified string.
ListLabelingJobs, listLabelingJobs_nextToken - If the result of the previous ListLabelingJobs 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:ListLabelingJobs', listLabelingJobs_sortBy - The field to sort results by. The default is CreationTime.
$sel:sortOrder:ListLabelingJobs', listLabelingJobs_sortOrder - The sort order for results. The default is Ascending.
$sel:statusEquals:ListLabelingJobs', listLabelingJobs_statusEquals - A filter that retrieves only labeling jobs with a specific status.
Request Lenses
listLabelingJobs_creationTimeAfter :: Lens' ListLabelingJobs (Maybe UTCTime) Source #
A filter that returns only labeling jobs created after the specified time (timestamp).
listLabelingJobs_creationTimeBefore :: Lens' ListLabelingJobs (Maybe UTCTime) Source #
A filter that returns only labeling jobs created before the specified time (timestamp).
listLabelingJobs_lastModifiedTimeAfter :: Lens' ListLabelingJobs (Maybe UTCTime) Source #
A filter that returns only labeling jobs modified after the specified time (timestamp).
listLabelingJobs_lastModifiedTimeBefore :: Lens' ListLabelingJobs (Maybe UTCTime) Source #
A filter that returns only labeling jobs modified before the specified time (timestamp).
listLabelingJobs_maxResults :: Lens' ListLabelingJobs (Maybe Natural) Source #
The maximum number of labeling jobs to return in each page of the response.
listLabelingJobs_nameContains :: Lens' ListLabelingJobs (Maybe Text) Source #
A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.
listLabelingJobs_nextToken :: Lens' ListLabelingJobs (Maybe Text) Source #
If the result of the previous ListLabelingJobs request was truncated,
the response includes a NextToken. To retrieve the next set of
labeling jobs, use the token in the next request.
listLabelingJobs_sortBy :: Lens' ListLabelingJobs (Maybe SortBy) Source #
The field to sort results by. The default is CreationTime.
listLabelingJobs_sortOrder :: Lens' ListLabelingJobs (Maybe SortOrder) Source #
The sort order for results. The default is Ascending.
listLabelingJobs_statusEquals :: Lens' ListLabelingJobs (Maybe LabelingJobStatus) Source #
A filter that retrieves only labeling jobs with a specific status.
Destructuring the Response
data ListLabelingJobsResponse Source #
See: newListLabelingJobsResponse smart constructor.
Constructors
| ListLabelingJobsResponse' | |
Fields
| |
Instances
newListLabelingJobsResponse Source #
Create a value of ListLabelingJobsResponse 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:labelingJobSummaryList:ListLabelingJobsResponse', listLabelingJobsResponse_labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling
job.
ListLabelingJobs, listLabelingJobsResponse_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:ListLabelingJobsResponse', listLabelingJobsResponse_httpStatus - The response's http status code.
Response Lenses
listLabelingJobsResponse_labelingJobSummaryList :: Lens' ListLabelingJobsResponse (Maybe [LabelingJobSummary]) Source #
An array of LabelingJobSummary objects, each describing a labeling
job.
listLabelingJobsResponse_nextToken :: Lens' ListLabelingJobsResponse (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.
listLabelingJobsResponse_httpStatus :: Lens' ListLabelingJobsResponse Int Source #
The response's http status code.