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

Description

Lists the artifacts in your account and their properties.

This operation returns paginated results.

Synopsis

Creating a Request

data ListArtifacts Source #

See: newListArtifacts smart constructor.

Constructors

ListArtifacts' 

Fields

Instances

Instances details
Eq ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Read ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Show ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Generic ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Associated Types

type Rep ListArtifacts :: Type -> Type #

NFData ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Methods

rnf :: ListArtifacts -> () #

Hashable ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

ToJSON ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

AWSPager ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

AWSRequest ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Associated Types

type AWSResponse ListArtifacts #

ToHeaders ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

ToPath ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

ToQuery ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

type Rep ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

type AWSResponse ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

newListArtifacts :: ListArtifacts Source #

Create a value of ListArtifacts 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:createdAfter:ListArtifacts', listArtifacts_createdAfter - A filter that returns only artifacts created on or after the specified time.

$sel:nextToken:ListArtifacts', listArtifacts_nextToken - If the previous call to ListArtifacts didn't return the full set of artifacts, the call returns a token for getting the next set of artifacts.

$sel:sortOrder:ListArtifacts', listArtifacts_sortOrder - The sort order. The default value is Descending.

$sel:sourceUri:ListArtifacts', listArtifacts_sourceUri - A filter that returns only artifacts with the specified source URI.

$sel:artifactType:ListArtifacts', listArtifacts_artifactType - A filter that returns only artifacts of the specified type.

$sel:maxResults:ListArtifacts', listArtifacts_maxResults - The maximum number of artifacts to return in the response. The default value is 10.

$sel:createdBefore:ListArtifacts', listArtifacts_createdBefore - A filter that returns only artifacts created on or before the specified time.

$sel:sortBy:ListArtifacts', listArtifacts_sortBy - The property used to sort results. The default value is CreationTime.

Request Lenses

listArtifacts_createdAfter :: Lens' ListArtifacts (Maybe UTCTime) Source #

A filter that returns only artifacts created on or after the specified time.

listArtifacts_nextToken :: Lens' ListArtifacts (Maybe Text) Source #

If the previous call to ListArtifacts didn't return the full set of artifacts, the call returns a token for getting the next set of artifacts.

listArtifacts_sortOrder :: Lens' ListArtifacts (Maybe SortOrder) Source #

The sort order. The default value is Descending.

listArtifacts_sourceUri :: Lens' ListArtifacts (Maybe Text) Source #

A filter that returns only artifacts with the specified source URI.

listArtifacts_artifactType :: Lens' ListArtifacts (Maybe Text) Source #

A filter that returns only artifacts of the specified type.

listArtifacts_maxResults :: Lens' ListArtifacts (Maybe Natural) Source #

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

listArtifacts_createdBefore :: Lens' ListArtifacts (Maybe UTCTime) Source #

A filter that returns only artifacts created on or before the specified time.

listArtifacts_sortBy :: Lens' ListArtifacts (Maybe SortArtifactsBy) Source #

The property used to sort results. The default value is CreationTime.

Destructuring the Response

data ListArtifactsResponse Source #

See: newListArtifactsResponse smart constructor.

Constructors

ListArtifactsResponse' 

Fields

Instances

Instances details
Eq ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Read ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Show ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Generic ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Associated Types

type Rep ListArtifactsResponse :: Type -> Type #

NFData ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Methods

rnf :: ListArtifactsResponse -> () #

type Rep ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

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

newListArtifactsResponse Source #

Create a value of ListArtifactsResponse 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:artifactSummaries:ListArtifactsResponse', listArtifactsResponse_artifactSummaries - A list of artifacts and their properties.

$sel:nextToken:ListArtifacts', listArtifactsResponse_nextToken - A token for getting the next set of artifacts, if there are any.

$sel:httpStatus:ListArtifactsResponse', listArtifactsResponse_httpStatus - The response's http status code.

Response Lenses

listArtifactsResponse_nextToken :: Lens' ListArtifactsResponse (Maybe Text) Source #

A token for getting the next set of artifacts, if there are any.