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

Description

Returns the list of all inference experiments.

This operation returns paginated results.

Synopsis

Creating a Request

data ListInferenceExperiments Source #

See: newListInferenceExperiments smart constructor.

Constructors

ListInferenceExperiments' 

Fields

Instances

Instances details
ToJSON ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

ToHeaders ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

ToPath ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

ToQuery ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

AWSPager ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

AWSRequest ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

Generic ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

Associated Types

type Rep ListInferenceExperiments :: Type -> Type #

Read ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

Show ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

NFData ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

Eq ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

Hashable ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

type AWSResponse ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

type Rep ListInferenceExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

type Rep ListInferenceExperiments = D1 ('MetaData "ListInferenceExperiments" "Amazonka.SageMaker.ListInferenceExperiments" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListInferenceExperiments'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortInferenceExperimentsBy)))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: (S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceExperimentStatus)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceExperimentType)))))))

newListInferenceExperiments :: ListInferenceExperiments Source #

Create a value of ListInferenceExperiments 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:ListInferenceExperiments', listInferenceExperiments_creationTimeAfter - Selects inference experiments which were created after this timestamp.

$sel:creationTimeBefore:ListInferenceExperiments', listInferenceExperiments_creationTimeBefore - Selects inference experiments which were created before this timestamp.

$sel:lastModifiedTimeAfter:ListInferenceExperiments', listInferenceExperiments_lastModifiedTimeAfter - Selects inference experiments which were last modified after this timestamp.

$sel:lastModifiedTimeBefore:ListInferenceExperiments', listInferenceExperiments_lastModifiedTimeBefore - Selects inference experiments which were last modified before this timestamp.

$sel:maxResults:ListInferenceExperiments', listInferenceExperiments_maxResults - The maximum number of results to select.

$sel:nameContains:ListInferenceExperiments', listInferenceExperiments_nameContains - Selects inference experiments whose names contain this name.

ListInferenceExperiments, listInferenceExperiments_nextToken - The response from the last list when returning a list large enough to need tokening.

$sel:sortBy:ListInferenceExperiments', listInferenceExperiments_sortBy - The column by which to sort the listed inference experiments.

$sel:sortOrder:ListInferenceExperiments', listInferenceExperiments_sortOrder - The direction of sorting (ascending or descending).

$sel:statusEquals:ListInferenceExperiments', listInferenceExperiments_statusEquals - Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperimentResponse$Status.

ListInferenceExperiments, listInferenceExperiments_type - Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperimentRequest$Type.

Request Lenses

listInferenceExperiments_creationTimeAfter :: Lens' ListInferenceExperiments (Maybe UTCTime) Source #

Selects inference experiments which were created after this timestamp.

listInferenceExperiments_creationTimeBefore :: Lens' ListInferenceExperiments (Maybe UTCTime) Source #

Selects inference experiments which were created before this timestamp.

listInferenceExperiments_lastModifiedTimeAfter :: Lens' ListInferenceExperiments (Maybe UTCTime) Source #

Selects inference experiments which were last modified after this timestamp.

listInferenceExperiments_lastModifiedTimeBefore :: Lens' ListInferenceExperiments (Maybe UTCTime) Source #

Selects inference experiments which were last modified before this timestamp.

listInferenceExperiments_nameContains :: Lens' ListInferenceExperiments (Maybe Text) Source #

Selects inference experiments whose names contain this name.

listInferenceExperiments_nextToken :: Lens' ListInferenceExperiments (Maybe Text) Source #

The response from the last list when returning a list large enough to need tokening.

listInferenceExperiments_sortBy :: Lens' ListInferenceExperiments (Maybe SortInferenceExperimentsBy) Source #

The column by which to sort the listed inference experiments.

listInferenceExperiments_sortOrder :: Lens' ListInferenceExperiments (Maybe SortOrder) Source #

The direction of sorting (ascending or descending).

listInferenceExperiments_statusEquals :: Lens' ListInferenceExperiments (Maybe InferenceExperimentStatus) Source #

Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperimentResponse$Status.

listInferenceExperiments_type :: Lens' ListInferenceExperiments (Maybe InferenceExperimentType) Source #

Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperimentRequest$Type.

Destructuring the Response

data ListInferenceExperimentsResponse Source #

See: newListInferenceExperimentsResponse smart constructor.

Constructors

ListInferenceExperimentsResponse' 

Fields

Instances

Instances details
Generic ListInferenceExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

Associated Types

type Rep ListInferenceExperimentsResponse :: Type -> Type #

Read ListInferenceExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

Show ListInferenceExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

NFData ListInferenceExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

Eq ListInferenceExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

type Rep ListInferenceExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceExperiments

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

newListInferenceExperimentsResponse Source #

Create a value of ListInferenceExperimentsResponse 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:inferenceExperiments:ListInferenceExperimentsResponse', listInferenceExperimentsResponse_inferenceExperiments - List of inference experiments.

ListInferenceExperiments, listInferenceExperimentsResponse_nextToken - The token to use when calling the next page of results.

$sel:httpStatus:ListInferenceExperimentsResponse', listInferenceExperimentsResponse_httpStatus - The response's http status code.

Response Lenses

listInferenceExperimentsResponse_nextToken :: Lens' ListInferenceExperimentsResponse (Maybe Text) Source #

The token to use when calling the next page of results.