libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.ListLabelingJobs

Description

Gets a list of labeling jobs.

This operation returns paginated results.

Synopsis

Creating a Request

data ListLabelingJobs Source #

See: newListLabelingJobs smart constructor.

Constructors

ListLabelingJobs' 

Fields

Instances

Instances details
Eq ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Read ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Show ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Generic ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Associated Types

type Rep ListLabelingJobs :: Type -> Type #

NFData ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Methods

rnf :: ListLabelingJobs -> () #

Hashable ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

ToJSON ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

AWSPager ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

AWSRequest ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Associated Types

type AWSResponse ListLabelingJobs #

ToHeaders ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

ToPath ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

ToQuery ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

type Rep ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

type AWSResponse ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

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:nameContains:ListLabelingJobs', listLabelingJobs_nameContains - A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListLabelingJobs', listLabelingJobs_lastModifiedTimeBefore - A filter that returns only labeling jobs modified before the specified time (timestamp).

$sel:creationTimeAfter:ListLabelingJobs', listLabelingJobs_creationTimeAfter - A filter that returns only labeling jobs created after the specified time (timestamp).

$sel:nextToken: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:sortOrder:ListLabelingJobs', listLabelingJobs_sortOrder - The sort order for results. The default is Ascending.

$sel:lastModifiedTimeAfter:ListLabelingJobs', listLabelingJobs_lastModifiedTimeAfter - A filter that returns only labeling jobs modified after the specified time (timestamp).

$sel:creationTimeBefore:ListLabelingJobs', listLabelingJobs_creationTimeBefore - A filter that returns only labeling jobs created before the specified time (timestamp).

$sel:statusEquals:ListLabelingJobs', listLabelingJobs_statusEquals - A filter that retrieves only labeling jobs with a specific status.

$sel:maxResults:ListLabelingJobs', listLabelingJobs_maxResults - The maximum number of labeling jobs to return in each page of the response.

$sel:sortBy:ListLabelingJobs', listLabelingJobs_sortBy - The field to sort results by. The default is CreationTime.

Request Lenses

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_lastModifiedTimeBefore :: Lens' ListLabelingJobs (Maybe UTCTime) Source #

A filter that returns only labeling jobs modified before the specified time (timestamp).

listLabelingJobs_creationTimeAfter :: Lens' ListLabelingJobs (Maybe UTCTime) Source #

A filter that returns only labeling jobs created after the specified time (timestamp).

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_sortOrder :: Lens' ListLabelingJobs (Maybe SortOrder) Source #

The sort order for results. The default is Ascending.

listLabelingJobs_lastModifiedTimeAfter :: Lens' ListLabelingJobs (Maybe UTCTime) Source #

A filter that returns only labeling jobs modified 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_statusEquals :: Lens' ListLabelingJobs (Maybe LabelingJobStatus) Source #

A filter that retrieves only labeling jobs with a specific status.

listLabelingJobs_maxResults :: Lens' ListLabelingJobs (Maybe Natural) Source #

The maximum number of labeling jobs to return in each page of the response.

listLabelingJobs_sortBy :: Lens' ListLabelingJobs (Maybe SortBy) Source #

The field to sort results by. The default is CreationTime.

Destructuring the Response

data ListLabelingJobsResponse Source #

See: newListLabelingJobsResponse smart constructor.

Constructors

ListLabelingJobsResponse' 

Fields

Instances

Instances details
Eq ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Read ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Show ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Generic ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Associated Types

type Rep ListLabelingJobsResponse :: Type -> Type #

NFData ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

type Rep ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

type Rep ListLabelingJobsResponse = D1 ('MetaData "ListLabelingJobsResponse" "Amazonka.SageMaker.ListLabelingJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListLabelingJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelingJobSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LabelingJobSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

$sel:nextToken:ListLabelingJobs', listLabelingJobsResponse_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: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, Amazon SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.