| 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.FraudDetector.Types.EventPredictionSummary
Description
Synopsis
- data EventPredictionSummary = EventPredictionSummary' {}
- newEventPredictionSummary :: EventPredictionSummary
- eventPredictionSummary_detectorId :: Lens' EventPredictionSummary (Maybe Text)
- eventPredictionSummary_detectorVersionId :: Lens' EventPredictionSummary (Maybe Text)
- eventPredictionSummary_eventId :: Lens' EventPredictionSummary (Maybe Text)
- eventPredictionSummary_eventTimestamp :: Lens' EventPredictionSummary (Maybe Text)
- eventPredictionSummary_eventTypeName :: Lens' EventPredictionSummary (Maybe Text)
- eventPredictionSummary_predictionTimestamp :: Lens' EventPredictionSummary (Maybe Text)
Documentation
data EventPredictionSummary Source #
Information about the summary of an event prediction.
See: newEventPredictionSummary smart constructor.
Constructors
| EventPredictionSummary' | |
Fields
| |
Instances
newEventPredictionSummary :: EventPredictionSummary Source #
Create a value of EventPredictionSummary 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:detectorId:EventPredictionSummary', eventPredictionSummary_detectorId - The detector ID.
$sel:detectorVersionId:EventPredictionSummary', eventPredictionSummary_detectorVersionId - The detector version ID.
$sel:eventId:EventPredictionSummary', eventPredictionSummary_eventId - The event ID.
$sel:eventTimestamp:EventPredictionSummary', eventPredictionSummary_eventTimestamp - The timestamp of the event.
$sel:eventTypeName:EventPredictionSummary', eventPredictionSummary_eventTypeName - The event type.
$sel:predictionTimestamp:EventPredictionSummary', eventPredictionSummary_predictionTimestamp - The timestamp when the prediction was generated.
eventPredictionSummary_detectorId :: Lens' EventPredictionSummary (Maybe Text) Source #
The detector ID.
eventPredictionSummary_detectorVersionId :: Lens' EventPredictionSummary (Maybe Text) Source #
The detector version ID.
eventPredictionSummary_eventId :: Lens' EventPredictionSummary (Maybe Text) Source #
The event ID.
eventPredictionSummary_eventTimestamp :: Lens' EventPredictionSummary (Maybe Text) Source #
The timestamp of the event.
eventPredictionSummary_eventTypeName :: Lens' EventPredictionSummary (Maybe Text) Source #
The event type.
eventPredictionSummary_predictionTimestamp :: Lens' EventPredictionSummary (Maybe Text) Source #
The timestamp when the prediction was generated.