| 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.Forecast.Types.PredictorEvent
Description
Synopsis
Documentation
data PredictorEvent Source #
Provides details about a predictor event, such as a retraining.
See: newPredictorEvent smart constructor.
Constructors
| PredictorEvent' | |
Fields
| |
Instances
newPredictorEvent :: PredictorEvent Source #
Create a value of PredictorEvent 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:datetime:PredictorEvent', predictorEvent_datetime - The timestamp for when the event occurred.
$sel:detail:PredictorEvent', predictorEvent_detail - The type of event. For example, Retrain. A retraining event denotes
the timepoint when a predictor was retrained. Any monitor results from
before the Datetime are from the previous predictor. Any new metrics
are for the newly retrained predictor.
predictorEvent_datetime :: Lens' PredictorEvent (Maybe UTCTime) Source #
The timestamp for when the event occurred.
predictorEvent_detail :: Lens' PredictorEvent (Maybe Text) Source #
The type of event. For example, Retrain. A retraining event denotes
the timepoint when a predictor was retrained. Any monitor results from
before the Datetime are from the previous predictor. Any new metrics
are for the newly retrained predictor.