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

Description

Lists processing jobs that satisfy various filters.

This operation returns paginated results.

Synopsis

Creating a Request

data ListProcessingJobs Source #

See: newListProcessingJobs smart constructor.

Constructors

ListProcessingJobs' 

Fields

Instances

Instances details
Eq ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Read ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Show ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Generic ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Associated Types

type Rep ListProcessingJobs :: Type -> Type #

NFData ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Methods

rnf :: ListProcessingJobs -> () #

Hashable ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

ToJSON ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

AWSPager ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

AWSRequest ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Associated Types

type AWSResponse ListProcessingJobs #

ToHeaders ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

ToPath ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

ToQuery ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

type Rep ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

type AWSResponse ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

newListProcessingJobs :: ListProcessingJobs Source #

Create a value of ListProcessingJobs 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:ListProcessingJobs', listProcessingJobs_nameContains - A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListProcessingJobs', listProcessingJobs_lastModifiedTimeBefore - A filter that returns only processing jobs modified before the specified time.

$sel:creationTimeAfter:ListProcessingJobs', listProcessingJobs_creationTimeAfter - A filter that returns only processing jobs created after the specified time.

$sel:nextToken:ListProcessingJobs', listProcessingJobs_nextToken - If the result of the previous ListProcessingJobs request was truncated, the response includes a NextToken. To retrieve the next set of processing jobs, use the token in the next request.

$sel:sortOrder:ListProcessingJobs', listProcessingJobs_sortOrder - The sort order for results. The default is Ascending.

$sel:lastModifiedTimeAfter:ListProcessingJobs', listProcessingJobs_lastModifiedTimeAfter - A filter that returns only processing jobs modified after the specified time.

$sel:creationTimeBefore:ListProcessingJobs', listProcessingJobs_creationTimeBefore - A filter that returns only processing jobs created after the specified time.

$sel:statusEquals:ListProcessingJobs', listProcessingJobs_statusEquals - A filter that retrieves only processing jobs with a specific status.

$sel:maxResults:ListProcessingJobs', listProcessingJobs_maxResults - The maximum number of processing jobs to return in the response.

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

Request Lenses

listProcessingJobs_nameContains :: Lens' ListProcessingJobs (Maybe Text) Source #

A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.

listProcessingJobs_lastModifiedTimeBefore :: Lens' ListProcessingJobs (Maybe UTCTime) Source #

A filter that returns only processing jobs modified before the specified time.

listProcessingJobs_creationTimeAfter :: Lens' ListProcessingJobs (Maybe UTCTime) Source #

A filter that returns only processing jobs created after the specified time.

listProcessingJobs_nextToken :: Lens' ListProcessingJobs (Maybe Text) Source #

If the result of the previous ListProcessingJobs request was truncated, the response includes a NextToken. To retrieve the next set of processing jobs, use the token in the next request.

listProcessingJobs_sortOrder :: Lens' ListProcessingJobs (Maybe SortOrder) Source #

The sort order for results. The default is Ascending.

listProcessingJobs_lastModifiedTimeAfter :: Lens' ListProcessingJobs (Maybe UTCTime) Source #

A filter that returns only processing jobs modified after the specified time.

listProcessingJobs_creationTimeBefore :: Lens' ListProcessingJobs (Maybe UTCTime) Source #

A filter that returns only processing jobs created after the specified time.

listProcessingJobs_statusEquals :: Lens' ListProcessingJobs (Maybe ProcessingJobStatus) Source #

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

listProcessingJobs_maxResults :: Lens' ListProcessingJobs (Maybe Natural) Source #

The maximum number of processing jobs to return in the response.

listProcessingJobs_sortBy :: Lens' ListProcessingJobs (Maybe SortBy) Source #

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

Destructuring the Response

data ListProcessingJobsResponse Source #

See: newListProcessingJobsResponse smart constructor.

Constructors

ListProcessingJobsResponse' 

Fields

Instances

Instances details
Eq ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Read ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Show ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Generic ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Associated Types

type Rep ListProcessingJobsResponse :: Type -> Type #

NFData ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

type Rep ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

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

newListProcessingJobsResponse Source #

Create a value of ListProcessingJobsResponse 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:ListProcessingJobs', listProcessingJobsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.

$sel:httpStatus:ListProcessingJobsResponse', listProcessingJobsResponse_httpStatus - The response's http status code.

$sel:processingJobSummaries:ListProcessingJobsResponse', listProcessingJobsResponse_processingJobSummaries - An array of ProcessingJobSummary objects, each listing a processing job.

Response Lenses

listProcessingJobsResponse_nextToken :: Lens' ListProcessingJobsResponse (Maybe Text) Source #

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.

listProcessingJobsResponse_processingJobSummaries :: Lens' ListProcessingJobsResponse [ProcessingJobSummary] Source #

An array of ProcessingJobSummary objects, each listing a processing job.