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

Description

 
Synopsis

Documentation

data LabelSummary Source #

Information about the label.

See: newLabelSummary smart constructor.

Constructors

LabelSummary' 

Fields

Instances

Instances details
FromJSON LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Generic LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Associated Types

type Rep LabelSummary :: Type -> Type #

Read LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Show LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

NFData LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Methods

rnf :: LabelSummary -> () #

Eq LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Hashable LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

type Rep LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

newLabelSummary :: LabelSummary Source #

Create a value of LabelSummary 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:createdAt:LabelSummary', labelSummary_createdAt - The time at which the label was created.

$sel:endTime:LabelSummary', labelSummary_endTime - The timestamp indicating the end of the label.

$sel:equipment:LabelSummary', labelSummary_equipment - Indicates that a label pertains to a particular piece of equipment.

$sel:faultCode:LabelSummary', labelSummary_faultCode - Indicates the type of anomaly associated with the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

$sel:labelGroupArn:LabelSummary', labelSummary_labelGroupArn - The ARN of the label group.

$sel:labelGroupName:LabelSummary', labelSummary_labelGroupName - The name of the label group.

$sel:labelId:LabelSummary', labelSummary_labelId - The ID of the label.

$sel:rating:LabelSummary', labelSummary_rating - Indicates whether a labeled event represents an anomaly.

$sel:startTime:LabelSummary', labelSummary_startTime - The timestamp indicating the start of the label.

labelSummary_createdAt :: Lens' LabelSummary (Maybe UTCTime) Source #

The time at which the label was created.

labelSummary_endTime :: Lens' LabelSummary (Maybe UTCTime) Source #

The timestamp indicating the end of the label.

labelSummary_equipment :: Lens' LabelSummary (Maybe Text) Source #

Indicates that a label pertains to a particular piece of equipment.

labelSummary_faultCode :: Lens' LabelSummary (Maybe Text) Source #

Indicates the type of anomaly associated with the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

labelSummary_rating :: Lens' LabelSummary (Maybe LabelRating) Source #

Indicates whether a labeled event represents an anomaly.

labelSummary_startTime :: Lens' LabelSummary (Maybe UTCTime) Source #

The timestamp indicating the start of the label.