amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.ListModelCards

Description

List existing model cards.

This operation returns paginated results.

Synopsis

Creating a Request

data ListModelCards Source #

See: newListModelCards smart constructor.

Constructors

ListModelCards' 

Fields

Instances

Instances details
ToJSON ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

ToHeaders ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

ToPath ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

ToQuery ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

AWSPager ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

AWSRequest ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

Associated Types

type AWSResponse ListModelCards #

Generic ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

Associated Types

type Rep ListModelCards :: Type -> Type #

Read ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

Show ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

NFData ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

Methods

rnf :: ListModelCards -> () #

Eq ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

Hashable ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

type AWSResponse ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

type Rep ListModelCards Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

newListModelCards :: ListModelCards Source #

Create a value of ListModelCards 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:creationTimeAfter:ListModelCards', listModelCards_creationTimeAfter - Only list model cards that were created after the time specified.

$sel:creationTimeBefore:ListModelCards', listModelCards_creationTimeBefore - Only list model cards that were created before the time specified.

$sel:maxResults:ListModelCards', listModelCards_maxResults - The maximum number of model cards to list.

ListModelCards, listModelCards_modelCardStatus - Only list model cards with the specified approval status.

$sel:nameContains:ListModelCards', listModelCards_nameContains - Only list model cards with names that contain the specified string.

ListModelCards, listModelCards_nextToken - If the response to a previous ListModelCards request was truncated, the response includes a NextToken. To retrieve the next set of model cards, use the token in the next request.

$sel:sortBy:ListModelCards', listModelCards_sortBy - Sort model cards by either name or creation time. Sorts by creation time by default.

$sel:sortOrder:ListModelCards', listModelCards_sortOrder - Sort model cards by ascending or descending order.

Request Lenses

listModelCards_creationTimeAfter :: Lens' ListModelCards (Maybe UTCTime) Source #

Only list model cards that were created after the time specified.

listModelCards_creationTimeBefore :: Lens' ListModelCards (Maybe UTCTime) Source #

Only list model cards that were created before the time specified.

listModelCards_maxResults :: Lens' ListModelCards (Maybe Natural) Source #

The maximum number of model cards to list.

listModelCards_modelCardStatus :: Lens' ListModelCards (Maybe ModelCardStatus) Source #

Only list model cards with the specified approval status.

listModelCards_nameContains :: Lens' ListModelCards (Maybe Text) Source #

Only list model cards with names that contain the specified string.

listModelCards_nextToken :: Lens' ListModelCards (Maybe Text) Source #

If the response to a previous ListModelCards request was truncated, the response includes a NextToken. To retrieve the next set of model cards, use the token in the next request.

listModelCards_sortBy :: Lens' ListModelCards (Maybe ModelCardSortBy) Source #

Sort model cards by either name or creation time. Sorts by creation time by default.

listModelCards_sortOrder :: Lens' ListModelCards (Maybe ModelCardSortOrder) Source #

Sort model cards by ascending or descending order.

Destructuring the Response

data ListModelCardsResponse Source #

See: newListModelCardsResponse smart constructor.

Constructors

ListModelCardsResponse' 

Fields

Instances

Instances details
Generic ListModelCardsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

Associated Types

type Rep ListModelCardsResponse :: Type -> Type #

Read ListModelCardsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

Show ListModelCardsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

NFData ListModelCardsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

Methods

rnf :: ListModelCardsResponse -> () #

Eq ListModelCardsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

type Rep ListModelCardsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelCards

type Rep ListModelCardsResponse = D1 ('MetaData "ListModelCardsResponse" "Amazonka.SageMaker.ListModelCards" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListModelCardsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelCardSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ModelCardSummary]))))

newListModelCardsResponse Source #

Create a value of ListModelCardsResponse 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:

ListModelCards, listModelCardsResponse_nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.

$sel:httpStatus:ListModelCardsResponse', listModelCardsResponse_httpStatus - The response's http status code.

$sel:modelCardSummaries:ListModelCardsResponse', listModelCardsResponse_modelCardSummaries - The summaries of the listed model cards.

Response Lenses

listModelCardsResponse_nextToken :: Lens' ListModelCardsResponse (Maybe Text) Source #

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