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

Description

Lists transform jobs.

This operation returns paginated results.

Synopsis

Creating a Request

data ListTransformJobs Source #

See: newListTransformJobs smart constructor.

Constructors

ListTransformJobs' 

Fields

Instances

Instances details
Eq ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Read ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Show ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Generic ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Associated Types

type Rep ListTransformJobs :: Type -> Type #

NFData ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Methods

rnf :: ListTransformJobs -> () #

Hashable ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

ToJSON ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

AWSPager ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

AWSRequest ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Associated Types

type AWSResponse ListTransformJobs #

ToHeaders ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

ToPath ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

ToQuery ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

type Rep ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

type AWSResponse ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

newListTransformJobs :: ListTransformJobs Source #

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

$sel:lastModifiedTimeBefore:ListTransformJobs', listTransformJobs_lastModifiedTimeBefore - A filter that returns only transform jobs modified before the specified time.

$sel:creationTimeAfter:ListTransformJobs', listTransformJobs_creationTimeAfter - A filter that returns only transform jobs created after the specified time.

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

$sel:sortOrder:ListTransformJobs', listTransformJobs_sortOrder - The sort order for results. The default is Descending.

$sel:lastModifiedTimeAfter:ListTransformJobs', listTransformJobs_lastModifiedTimeAfter - A filter that returns only transform jobs modified after the specified time.

$sel:creationTimeBefore:ListTransformJobs', listTransformJobs_creationTimeBefore - A filter that returns only transform jobs created before the specified time.

$sel:statusEquals:ListTransformJobs', listTransformJobs_statusEquals - A filter that retrieves only transform jobs with a specific status.

$sel:maxResults:ListTransformJobs', listTransformJobs_maxResults - The maximum number of transform jobs to return in the response. The default value is 10.

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

Request Lenses

listTransformJobs_nameContains :: Lens' ListTransformJobs (Maybe Text) Source #

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

listTransformJobs_lastModifiedTimeBefore :: Lens' ListTransformJobs (Maybe UTCTime) Source #

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

listTransformJobs_creationTimeAfter :: Lens' ListTransformJobs (Maybe UTCTime) Source #

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

listTransformJobs_nextToken :: Lens' ListTransformJobs (Maybe Text) Source #

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

listTransformJobs_sortOrder :: Lens' ListTransformJobs (Maybe SortOrder) Source #

The sort order for results. The default is Descending.

listTransformJobs_lastModifiedTimeAfter :: Lens' ListTransformJobs (Maybe UTCTime) Source #

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

listTransformJobs_creationTimeBefore :: Lens' ListTransformJobs (Maybe UTCTime) Source #

A filter that returns only transform jobs created before the specified time.

listTransformJobs_statusEquals :: Lens' ListTransformJobs (Maybe TransformJobStatus) Source #

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

listTransformJobs_maxResults :: Lens' ListTransformJobs (Maybe Natural) Source #

The maximum number of transform jobs to return in the response. The default value is 10.

listTransformJobs_sortBy :: Lens' ListTransformJobs (Maybe SortBy) Source #

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

Destructuring the Response

data ListTransformJobsResponse Source #

See: newListTransformJobsResponse smart constructor.

Constructors

ListTransformJobsResponse' 

Fields

Instances

Instances details
Eq ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Read ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Show ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Generic ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Associated Types

type Rep ListTransformJobsResponse :: Type -> Type #

NFData ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

type Rep ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

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

newListTransformJobsResponse Source #

Create a value of ListTransformJobsResponse 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:ListTransformJobs', listTransformJobsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of transform jobs, use it in the next request.

$sel:httpStatus:ListTransformJobsResponse', listTransformJobsResponse_httpStatus - The response's http status code.

$sel:transformJobSummaries:ListTransformJobsResponse', listTransformJobsResponse_transformJobSummaries - An array of TransformJobSummary objects.

Response Lenses

listTransformJobsResponse_nextToken :: Lens' ListTransformJobsResponse (Maybe Text) Source #

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