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

Description

Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.

This operation returns paginated results.

Synopsis

Creating a Request

data ListExperiments Source #

See: newListExperiments smart constructor.

Constructors

ListExperiments' 

Fields

Instances

Instances details
Eq ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Read ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Show ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Generic ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Associated Types

type Rep ListExperiments :: Type -> Type #

NFData ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Methods

rnf :: ListExperiments -> () #

Hashable ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

ToJSON ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

AWSPager ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

AWSRequest ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Associated Types

type AWSResponse ListExperiments #

ToHeaders ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

ToPath ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

ToQuery ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

type Rep ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

type Rep ListExperiments = D1 ('MetaData "ListExperiments" "Amazonka.SageMaker.ListExperiments" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListExperiments'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortExperimentsBy))))))
type AWSResponse ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

newListExperiments :: ListExperiments Source #

Create a value of ListExperiments 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:ListExperiments', listExperiments_createdAfter - A filter that returns only experiments created after the specified time.

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

$sel:sortOrder:ListExperiments', listExperiments_sortOrder - The sort order. The default value is Descending.

$sel:maxResults:ListExperiments', listExperiments_maxResults - The maximum number of experiments to return in the response. The default value is 10.

$sel:createdBefore:ListExperiments', listExperiments_createdBefore - A filter that returns only experiments created before the specified time.

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

Request Lenses

listExperiments_createdAfter :: Lens' ListExperiments (Maybe UTCTime) Source #

A filter that returns only experiments created after the specified time.

listExperiments_nextToken :: Lens' ListExperiments (Maybe Text) Source #

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

listExperiments_sortOrder :: Lens' ListExperiments (Maybe SortOrder) Source #

The sort order. The default value is Descending.

listExperiments_maxResults :: Lens' ListExperiments (Maybe Natural) Source #

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

listExperiments_createdBefore :: Lens' ListExperiments (Maybe UTCTime) Source #

A filter that returns only experiments created before the specified time.

listExperiments_sortBy :: Lens' ListExperiments (Maybe SortExperimentsBy) Source #

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

Destructuring the Response

data ListExperimentsResponse Source #

See: newListExperimentsResponse smart constructor.

Constructors

ListExperimentsResponse' 

Fields

Instances

Instances details
Eq ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Read ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Show ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Generic ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Associated Types

type Rep ListExperimentsResponse :: Type -> Type #

NFData ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Methods

rnf :: ListExperimentsResponse -> () #

type Rep ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

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

newListExperimentsResponse Source #

Create a value of ListExperimentsResponse 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:experimentSummaries:ListExperimentsResponse', listExperimentsResponse_experimentSummaries - A list of the summaries of your experiments.

$sel:nextToken:ListExperiments', listExperimentsResponse_nextToken - A token for getting the next set of experiments, if there are any.

$sel:httpStatus:ListExperimentsResponse', listExperimentsResponse_httpStatus - The response's http status code.

Response Lenses

listExperimentsResponse_nextToken :: Lens' ListExperimentsResponse (Maybe Text) Source #

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