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.Types.InferenceEventSummary

Description

 
Synopsis

Documentation

data InferenceEventSummary Source #

Contains information about the specific inference event, including start and end time, diagnostics information, event duration and so on.

See: newInferenceEventSummary smart constructor.

Constructors

InferenceEventSummary' 

Fields

Instances

Instances details
FromJSON InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Generic InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Associated Types

type Rep InferenceEventSummary :: Type -> Type #

Read InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Show InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

NFData InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Methods

rnf :: InferenceEventSummary -> () #

Eq InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Hashable InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

type Rep InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

type Rep InferenceEventSummary = D1 ('MetaData "InferenceEventSummary" "Amazonka.LookoutEquipment.Types.InferenceEventSummary" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "InferenceEventSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "diagnostics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "eventEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "eventStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newInferenceEventSummary :: InferenceEventSummary Source #

Create a value of InferenceEventSummary 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:diagnostics:InferenceEventSummary', inferenceEventSummary_diagnostics - An array which specifies the names and values of all sensors contributing to an inference event.

$sel:eventDurationInSeconds:InferenceEventSummary', inferenceEventSummary_eventDurationInSeconds - Indicates the size of an inference event in seconds.

$sel:eventEndTime:InferenceEventSummary', inferenceEventSummary_eventEndTime - Indicates the ending time of an inference event.

$sel:eventStartTime:InferenceEventSummary', inferenceEventSummary_eventStartTime - Indicates the starting time of an inference event.

$sel:inferenceSchedulerArn:InferenceEventSummary', inferenceEventSummary_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.

$sel:inferenceSchedulerName:InferenceEventSummary', inferenceEventSummary_inferenceSchedulerName - The name of the inference scheduler being used for the inference events.

inferenceEventSummary_diagnostics :: Lens' InferenceEventSummary (Maybe Text) Source #

An array which specifies the names and values of all sensors contributing to an inference event.

inferenceEventSummary_eventDurationInSeconds :: Lens' InferenceEventSummary (Maybe Natural) Source #

Indicates the size of an inference event in seconds.

inferenceEventSummary_eventEndTime :: Lens' InferenceEventSummary (Maybe UTCTime) Source #

Indicates the ending time of an inference event.

inferenceEventSummary_eventStartTime :: Lens' InferenceEventSummary (Maybe UTCTime) Source #

Indicates the starting time of an inference event.

inferenceEventSummary_inferenceSchedulerArn :: Lens' InferenceEventSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.

inferenceEventSummary_inferenceSchedulerName :: Lens' InferenceEventSummary (Maybe Text) Source #

The name of the inference scheduler being used for the inference events.