amazonka-personalize-2.0: Amazon Personalize SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Personalize.ListBatchInferenceJobs

Description

Gets a list of the batch inference jobs that have been performed off of a solution version.

This operation returns paginated results.

Synopsis

Creating a Request

data ListBatchInferenceJobs Source #

See: newListBatchInferenceJobs smart constructor.

Constructors

ListBatchInferenceJobs' 

Fields

Instances

Instances details
ToJSON ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

ToHeaders ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

ToPath ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

ToQuery ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

AWSPager ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

AWSRequest ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Associated Types

type AWSResponse ListBatchInferenceJobs #

Generic ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Associated Types

type Rep ListBatchInferenceJobs :: Type -> Type #

Read ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Show ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

NFData ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Methods

rnf :: ListBatchInferenceJobs -> () #

Eq ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Hashable ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

type AWSResponse ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

type Rep ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

type Rep ListBatchInferenceJobs = D1 ('MetaData "ListBatchInferenceJobs" "Amazonka.Personalize.ListBatchInferenceJobs" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "ListBatchInferenceJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListBatchInferenceJobs :: ListBatchInferenceJobs Source #

Create a value of ListBatchInferenceJobs 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:maxResults:ListBatchInferenceJobs', listBatchInferenceJobs_maxResults - The maximum number of batch inference job results to return in each page. The default value is 100.

ListBatchInferenceJobs, listBatchInferenceJobs_nextToken - The token to request the next page of results.

ListBatchInferenceJobs, listBatchInferenceJobs_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.

Request Lenses

listBatchInferenceJobs_maxResults :: Lens' ListBatchInferenceJobs (Maybe Natural) Source #

The maximum number of batch inference job results to return in each page. The default value is 100.

listBatchInferenceJobs_nextToken :: Lens' ListBatchInferenceJobs (Maybe Text) Source #

The token to request the next page of results.

listBatchInferenceJobs_solutionVersionArn :: Lens' ListBatchInferenceJobs (Maybe Text) Source #

The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.

Destructuring the Response

data ListBatchInferenceJobsResponse Source #

See: newListBatchInferenceJobsResponse smart constructor.

Constructors

ListBatchInferenceJobsResponse' 

Fields

Instances

Instances details
Generic ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Associated Types

type Rep ListBatchInferenceJobsResponse :: Type -> Type #

Read ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Show ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

NFData ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Eq ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

type Rep ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

type Rep ListBatchInferenceJobsResponse = D1 ('MetaData "ListBatchInferenceJobsResponse" "Amazonka.Personalize.ListBatchInferenceJobs" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "ListBatchInferenceJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchInferenceJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchInferenceJobSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBatchInferenceJobsResponse Source #

Create a value of ListBatchInferenceJobsResponse 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:batchInferenceJobs:ListBatchInferenceJobsResponse', listBatchInferenceJobsResponse_batchInferenceJobs - A list containing information on each job that is returned.

ListBatchInferenceJobs, listBatchInferenceJobsResponse_nextToken - The token to use to retrieve the next page of results. The value is null when there are no more results to return.

$sel:httpStatus:ListBatchInferenceJobsResponse', listBatchInferenceJobsResponse_httpStatus - The response's http status code.

Response Lenses

listBatchInferenceJobsResponse_nextToken :: Lens' ListBatchInferenceJobsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. The value is null when there are no more results to return.