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

Description

 
Synopsis

Documentation

data SensorStatisticsSummary Source #

Summary of ingestion statistics like whether data exists, number of missing values, number of invalid values and so on related to the particular sensor.

See: newSensorStatisticsSummary smart constructor.

Constructors

SensorStatisticsSummary' 

Fields

Instances

Instances details
FromJSON SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Generic SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Associated Types

type Rep SensorStatisticsSummary :: Type -> Type #

Read SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Show SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

NFData SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Methods

rnf :: SensorStatisticsSummary -> () #

Eq SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Hashable SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

type Rep SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

type Rep SensorStatisticsSummary = D1 ('MetaData "SensorStatisticsSummary" "Amazonka.LookoutEquipment.Types.SensorStatisticsSummary" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "SensorStatisticsSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "categoricalValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoricalValues)) :*: (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "dataExists") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "dataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "duplicateTimestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountPercent))))) :*: ((S1 ('MetaSel ('Just "invalidDateEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountPercent)) :*: (S1 ('MetaSel ('Just "invalidValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountPercent)) :*: S1 ('MetaSel ('Just "largeTimestampGaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LargeTimestampGaps)))) :*: ((S1 ('MetaSel ('Just "missingValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountPercent)) :*: S1 ('MetaSel ('Just "monotonicValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonotonicValues))) :*: (S1 ('MetaSel ('Just "multipleOperatingModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MultipleOperatingModes)) :*: S1 ('MetaSel ('Just "sensorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newSensorStatisticsSummary :: SensorStatisticsSummary Source #

Create a value of SensorStatisticsSummary 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:categoricalValues:SensorStatisticsSummary', sensorStatisticsSummary_categoricalValues - Parameter that describes potential risk about whether data associated with the sensor is categorical.

$sel:componentName:SensorStatisticsSummary', sensorStatisticsSummary_componentName - Name of the component to which the particular sensor belongs for which the statistics belong to.

$sel:dataEndTime:SensorStatisticsSummary', sensorStatisticsSummary_dataEndTime - Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.

$sel:dataExists:SensorStatisticsSummary', sensorStatisticsSummary_dataExists - Parameter that indicates whether data exists for the sensor that the statistics belong to.

$sel:dataStartTime:SensorStatisticsSummary', sensorStatisticsSummary_dataStartTime - Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.

$sel:duplicateTimestamps:SensorStatisticsSummary', sensorStatisticsSummary_duplicateTimestamps - Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.

$sel:invalidDateEntries:SensorStatisticsSummary', sensorStatisticsSummary_invalidDateEntries - Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.

$sel:invalidValues:SensorStatisticsSummary', sensorStatisticsSummary_invalidValues - Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.

$sel:largeTimestampGaps:SensorStatisticsSummary', sensorStatisticsSummary_largeTimestampGaps - Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.

$sel:missingValues:SensorStatisticsSummary', sensorStatisticsSummary_missingValues - Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.

$sel:monotonicValues:SensorStatisticsSummary', sensorStatisticsSummary_monotonicValues - Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.

$sel:multipleOperatingModes:SensorStatisticsSummary', sensorStatisticsSummary_multipleOperatingModes - Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.

$sel:sensorName:SensorStatisticsSummary', sensorStatisticsSummary_sensorName - Name of the sensor that the statistics belong to.

sensorStatisticsSummary_categoricalValues :: Lens' SensorStatisticsSummary (Maybe CategoricalValues) Source #

Parameter that describes potential risk about whether data associated with the sensor is categorical.

sensorStatisticsSummary_componentName :: Lens' SensorStatisticsSummary (Maybe Text) Source #

Name of the component to which the particular sensor belongs for which the statistics belong to.

sensorStatisticsSummary_dataEndTime :: Lens' SensorStatisticsSummary (Maybe UTCTime) Source #

Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.

sensorStatisticsSummary_dataExists :: Lens' SensorStatisticsSummary (Maybe Bool) Source #

Parameter that indicates whether data exists for the sensor that the statistics belong to.

sensorStatisticsSummary_dataStartTime :: Lens' SensorStatisticsSummary (Maybe UTCTime) Source #

Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.

sensorStatisticsSummary_duplicateTimestamps :: Lens' SensorStatisticsSummary (Maybe CountPercent) Source #

Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.

sensorStatisticsSummary_invalidDateEntries :: Lens' SensorStatisticsSummary (Maybe CountPercent) Source #

Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.

sensorStatisticsSummary_invalidValues :: Lens' SensorStatisticsSummary (Maybe CountPercent) Source #

Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.

sensorStatisticsSummary_largeTimestampGaps :: Lens' SensorStatisticsSummary (Maybe LargeTimestampGaps) Source #

Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.

sensorStatisticsSummary_missingValues :: Lens' SensorStatisticsSummary (Maybe CountPercent) Source #

Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.

sensorStatisticsSummary_monotonicValues :: Lens' SensorStatisticsSummary (Maybe MonotonicValues) Source #

Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.

sensorStatisticsSummary_multipleOperatingModes :: Lens' SensorStatisticsSummary (Maybe MultipleOperatingModes) Source #

Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.

sensorStatisticsSummary_sensorName :: Lens' SensorStatisticsSummary (Maybe Text) Source #

Name of the sensor that the statistics belong to.