amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment 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.LookoutEquipment.ListInferenceExecutions

Description

Lists all inference executions that have been performed by the specified inference scheduler.

Synopsis

Creating a Request

data ListInferenceExecutions Source #

See: newListInferenceExecutions smart constructor.

Constructors

ListInferenceExecutions' 

Fields

Instances

Instances details
ToJSON ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

ToHeaders ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

ToPath ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

ToQuery ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

AWSRequest ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Generic ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Associated Types

type Rep ListInferenceExecutions :: Type -> Type #

Read ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Show ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

NFData ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Methods

rnf :: ListInferenceExecutions -> () #

Eq ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Hashable ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type AWSResponse ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type Rep ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type Rep ListInferenceExecutions = D1 ('MetaData "ListInferenceExecutions" "Amazonka.LookoutEquipment.ListInferenceExecutions" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceExecutions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataEndTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dataStartTimeAfter") '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 "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceExecutionStatus)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListInferenceExecutions Source #

Create a value of ListInferenceExecutions 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:dataEndTimeBefore:ListInferenceExecutions', listInferenceExecutions_dataEndTimeBefore - The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.

$sel:dataStartTimeAfter:ListInferenceExecutions', listInferenceExecutions_dataStartTimeAfter - The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.

$sel:maxResults:ListInferenceExecutions', listInferenceExecutions_maxResults - Specifies the maximum number of inference executions to list.

ListInferenceExecutions, listInferenceExecutions_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

ListInferenceExecutions, listInferenceExecutions_status - The status of the inference execution.

ListInferenceExecutions, listInferenceExecutions_inferenceSchedulerName - The name of the inference scheduler for the inference execution listed.

Request Lenses

listInferenceExecutions_dataEndTimeBefore :: Lens' ListInferenceExecutions (Maybe UTCTime) Source #

The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.

listInferenceExecutions_dataStartTimeAfter :: Lens' ListInferenceExecutions (Maybe UTCTime) Source #

The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.

listInferenceExecutions_maxResults :: Lens' ListInferenceExecutions (Maybe Natural) Source #

Specifies the maximum number of inference executions to list.

listInferenceExecutions_nextToken :: Lens' ListInferenceExecutions (Maybe Text) Source #

An opaque pagination token indicating where to continue the listing of inference executions.

listInferenceExecutions_inferenceSchedulerName :: Lens' ListInferenceExecutions Text Source #

The name of the inference scheduler for the inference execution listed.

Destructuring the Response

data ListInferenceExecutionsResponse Source #

See: newListInferenceExecutionsResponse smart constructor.

Constructors

ListInferenceExecutionsResponse' 

Fields

Instances

Instances details
Generic ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Associated Types

type Rep ListInferenceExecutionsResponse :: Type -> Type #

Read ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Show ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

NFData ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Eq ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type Rep ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type Rep ListInferenceExecutionsResponse = D1 ('MetaData "ListInferenceExecutionsResponse" "Amazonka.LookoutEquipment.ListInferenceExecutions" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceExecutionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferenceExecutionSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInferenceExecutionsResponse Source #

Create a value of ListInferenceExecutionsResponse 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:inferenceExecutionSummaries:ListInferenceExecutionsResponse', listInferenceExecutionsResponse_inferenceExecutionSummaries - Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

ListInferenceExecutions, listInferenceExecutionsResponse_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

$sel:httpStatus:ListInferenceExecutionsResponse', listInferenceExecutionsResponse_httpStatus - The response's http status code.

Response Lenses

listInferenceExecutionsResponse_inferenceExecutionSummaries :: Lens' ListInferenceExecutionsResponse (Maybe [InferenceExecutionSummary]) Source #

Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

listInferenceExecutionsResponse_nextToken :: Lens' ListInferenceExecutionsResponse (Maybe Text) Source #

An opaque pagination token indicating where to continue the listing of inference executions.