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.ListLabelingJobsForWorkteam

Description

Gets a list of labeling jobs assigned to a specified work team.

This operation returns paginated results.

Synopsis

Creating a Request

data ListLabelingJobsForWorkteam Source #

See: newListLabelingJobsForWorkteam smart constructor.

Constructors

ListLabelingJobsForWorkteam' 

Fields

Instances

Instances details
Eq ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Read ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Show ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Generic ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Associated Types

type Rep ListLabelingJobsForWorkteam :: Type -> Type #

NFData ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Hashable ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

ToJSON ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

AWSPager ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

AWSRequest ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

ToHeaders ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

ToPath ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

ToQuery ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

type Rep ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

type Rep ListLabelingJobsForWorkteam = D1 ('MetaData "ListLabelingJobsForWorkteam" "Amazonka.SageMaker.ListLabelingJobsForWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListLabelingJobsForWorkteam'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "jobReferenceCodeContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: ((S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListLabelingJobsForWorkteamSortByOptions)) :*: S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

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_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 #

Constructors

ListLabelingJobsForWorkteamResponse' 

Fields

Instances

Instances details
Eq ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Read ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Show ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Generic ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

NFData ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

type Rep ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

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

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.