libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment
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.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
Eq ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Read ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Show 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 #

NFData ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Methods

rnf :: ListInferenceExecutions -> () #

Hashable ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

ToJSON ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

AWSRequest 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

type Rep ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type Rep ListInferenceExecutions = D1 ('MetaData "ListInferenceExecutions" "Amazonka.LookoutEquipment.ListInferenceExecutions" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListInferenceExecutions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceExecutionStatus)) :*: (S1 ('MetaSel ('Just "dataEndTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "dataStartTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

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:status:ListInferenceExecutions', listInferenceExecutions_status - The status of the inference execution.

$sel:dataEndTimeBefore:ListInferenceExecutions', listInferenceExecutions_dataEndTimeBefore - The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.

$sel:nextToken:ListInferenceExecutions', listInferenceExecutions_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

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

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

$sel:inferenceSchedulerName: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_nextToken :: Lens' ListInferenceExecutions (Maybe Text) Source #

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

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

Specifies the maximum number of inference executions to list.

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_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
Eq ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Read ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Show ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Generic ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Associated Types

type Rep ListInferenceExecutionsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListInferenceExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inferenceExecutionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferenceExecutionSummary])) :*: 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:nextToken:ListInferenceExecutions', listInferenceExecutionsResponse_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

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

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

Response Lenses

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

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

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.