| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LookoutVision.Types.Anomaly
Description
Synopsis
- data Anomaly = Anomaly' {}
- newAnomaly :: Anomaly
- anomaly_name :: Lens' Anomaly (Maybe Text)
- anomaly_pixelAnomaly :: Lens' Anomaly (Maybe PixelAnomaly)
Documentation
Information about an anomaly type found on an image by an image segmentation model. For more information, see DetectAnomalies.
See: newAnomaly smart constructor.
Constructors
| Anomaly' | |
Fields
| |
Instances
| FromJSON Anomaly Source # | |
| Generic Anomaly Source # | |
| Read Anomaly Source # | |
| Show Anomaly Source # | |
| NFData Anomaly Source # | |
Defined in Amazonka.LookoutVision.Types.Anomaly | |
| Eq Anomaly Source # | |
| Hashable Anomaly Source # | |
Defined in Amazonka.LookoutVision.Types.Anomaly | |
| type Rep Anomaly Source # | |
Defined in Amazonka.LookoutVision.Types.Anomaly type Rep Anomaly = D1 ('MetaData "Anomaly" "Amazonka.LookoutVision.Types.Anomaly" "amazonka-lookoutvision-2.0-3cIJAF9xWxx8xGDY24BOkS" 'False) (C1 ('MetaCons "Anomaly'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pixelAnomaly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PixelAnomaly)))) | |
newAnomaly :: Anomaly Source #
Create a value of Anomaly 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:name:Anomaly', anomaly_name - The name of an anomaly type found in an image. Name maps to an anomaly
type in the training dataset, apart from the anomaly type background.
The service automatically inserts the background anomaly type into the
response from DetectAnomalies.
$sel:pixelAnomaly:Anomaly', anomaly_pixelAnomaly - Information about the pixel mask that covers an anomaly type.
anomaly_name :: Lens' Anomaly (Maybe Text) Source #
The name of an anomaly type found in an image. Name maps to an anomaly
type in the training dataset, apart from the anomaly type background.
The service automatically inserts the background anomaly type into the
response from DetectAnomalies.
anomaly_pixelAnomaly :: Lens' Anomaly (Maybe PixelAnomaly) Source #
Information about the pixel mask that covers an anomaly type.