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.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
ToJSON ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.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

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 #

Generic ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Associated Types

type Rep ListExperiments :: Type -> Type #

Read ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Show ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

NFData ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Methods

rnf :: ListExperiments -> () #

Eq ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Hashable ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListExperiments'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortExperimentsBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))))

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:

ListExperiments, listExperiments_createdAfter - A filter that returns only experiments created after the specified time.

ListExperiments, listExperiments_createdBefore - A filter that returns only experiments created before the specified time.

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

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:sortBy:ListExperiments', listExperiments_sortBy - The property used to sort results. The default value is CreationTime.

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

Request Lenses

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

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

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

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

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

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

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_sortBy :: Lens' ListExperiments (Maybe SortExperimentsBy) Source #

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

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

The sort order. The default value is Descending.

Destructuring the Response

data ListExperimentsResponse Source #

See: newListExperimentsResponse smart constructor.

Constructors

ListExperimentsResponse' 

Fields

Instances

Instances details
Generic ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Associated Types

type Rep ListExperimentsResponse :: Type -> Type #

Read ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Show ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

NFData ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Methods

rnf :: ListExperimentsResponse -> () #

Eq ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

type Rep ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

type Rep ListExperimentsResponse = D1 ('MetaData "ListExperimentsResponse" "Amazonka.SageMaker.ListExperiments" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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.

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.