amazonka-lookoutvision-2.0: Amazon Lookout for Vision 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.LookoutVision.ListModelPackagingJobs

Description

Lists the model packaging jobs created for an Amazon Lookout for Vision project.

This operation requires permissions to perform the lookoutvision:ListModelPackagingJobs operation.

For more information, see /Using your Amazon Lookout for Vision model on an edge device/ in the Amazon Lookout for Vision Developer Guide.

This operation returns paginated results.

Synopsis

Creating a Request

data ListModelPackagingJobs Source #

See: newListModelPackagingJobs smart constructor.

Constructors

ListModelPackagingJobs' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.

  • nextToken :: Maybe Text

    If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

  • projectName :: Text

    The name of the project for which you want to list the model packaging jobs.

Instances

Instances details
ToHeaders ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

ToPath ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

ToQuery ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

AWSPager ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

AWSRequest ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

Associated Types

type AWSResponse ListModelPackagingJobs #

Generic ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

Associated Types

type Rep ListModelPackagingJobs :: Type -> Type #

Read ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

Show ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

NFData ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

Methods

rnf :: ListModelPackagingJobs -> () #

Eq ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

Hashable ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

type AWSResponse ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

type Rep ListModelPackagingJobs Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

type Rep ListModelPackagingJobs = D1 ('MetaData "ListModelPackagingJobs" "Amazonka.LookoutVision.ListModelPackagingJobs" "amazonka-lookoutvision-2.0-3cIJAF9xWxx8xGDY24BOkS" 'False) (C1 ('MetaCons "ListModelPackagingJobs'" '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 "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListModelPackagingJobs Source #

Create a value of ListModelPackagingJobs 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:ListModelPackagingJobs', listModelPackagingJobs_maxResults - The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.

ListModelPackagingJobs, listModelPackagingJobs_nextToken - If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

ListModelPackagingJobs, listModelPackagingJobs_projectName - The name of the project for which you want to list the model packaging jobs.

Request Lenses

listModelPackagingJobs_maxResults :: Lens' ListModelPackagingJobs (Maybe Natural) Source #

The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.

listModelPackagingJobs_nextToken :: Lens' ListModelPackagingJobs (Maybe Text) Source #

If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

listModelPackagingJobs_projectName :: Lens' ListModelPackagingJobs Text Source #

The name of the project for which you want to list the model packaging jobs.

Destructuring the Response

data ListModelPackagingJobsResponse Source #

See: newListModelPackagingJobsResponse smart constructor.

Constructors

ListModelPackagingJobsResponse' 

Fields

  • modelPackagingJobs :: Maybe [ModelPackagingJobMetadata]

    A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.

  • nextToken :: Maybe Text

    If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListModelPackagingJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

Associated Types

type Rep ListModelPackagingJobsResponse :: Type -> Type #

Read ListModelPackagingJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

Show ListModelPackagingJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

NFData ListModelPackagingJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

Eq ListModelPackagingJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

type Rep ListModelPackagingJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.ListModelPackagingJobs

type Rep ListModelPackagingJobsResponse = D1 ('MetaData "ListModelPackagingJobsResponse" "Amazonka.LookoutVision.ListModelPackagingJobs" "amazonka-lookoutvision-2.0-3cIJAF9xWxx8xGDY24BOkS" 'False) (C1 ('MetaCons "ListModelPackagingJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelPackagingJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ModelPackagingJobMetadata])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListModelPackagingJobsResponse Source #

Create a value of ListModelPackagingJobsResponse 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:modelPackagingJobs:ListModelPackagingJobsResponse', listModelPackagingJobsResponse_modelPackagingJobs - A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.

ListModelPackagingJobs, listModelPackagingJobsResponse_nextToken - If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

$sel:httpStatus:ListModelPackagingJobsResponse', listModelPackagingJobsResponse_httpStatus - The response's http status code.

Response Lenses

listModelPackagingJobsResponse_modelPackagingJobs :: Lens' ListModelPackagingJobsResponse (Maybe [ModelPackagingJobMetadata]) Source #

A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.

listModelPackagingJobsResponse_nextToken :: Lens' ListModelPackagingJobsResponse (Maybe Text) Source #

If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.