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 |
Synopsis
- data PredictorMonitorEvaluation = PredictorMonitorEvaluation' {
- evaluationState :: Maybe Text
- evaluationTime :: Maybe POSIX
- message :: Maybe Text
- metricResults :: Maybe [MetricResult]
- monitorArn :: Maybe Text
- monitorDataSource :: Maybe MonitorDataSource
- numItemsEvaluated :: Maybe Integer
- predictorEvent :: Maybe PredictorEvent
- resourceArn :: Maybe Text
- windowEndDatetime :: Maybe POSIX
- windowStartDatetime :: Maybe POSIX
- newPredictorMonitorEvaluation :: PredictorMonitorEvaluation
- predictorMonitorEvaluation_evaluationState :: Lens' PredictorMonitorEvaluation (Maybe Text)
- predictorMonitorEvaluation_evaluationTime :: Lens' PredictorMonitorEvaluation (Maybe UTCTime)
- predictorMonitorEvaluation_message :: Lens' PredictorMonitorEvaluation (Maybe Text)
- predictorMonitorEvaluation_metricResults :: Lens' PredictorMonitorEvaluation (Maybe [MetricResult])
- predictorMonitorEvaluation_monitorArn :: Lens' PredictorMonitorEvaluation (Maybe Text)
- predictorMonitorEvaluation_monitorDataSource :: Lens' PredictorMonitorEvaluation (Maybe MonitorDataSource)
- predictorMonitorEvaluation_numItemsEvaluated :: Lens' PredictorMonitorEvaluation (Maybe Integer)
- predictorMonitorEvaluation_predictorEvent :: Lens' PredictorMonitorEvaluation (Maybe PredictorEvent)
- predictorMonitorEvaluation_resourceArn :: Lens' PredictorMonitorEvaluation (Maybe Text)
- predictorMonitorEvaluation_windowEndDatetime :: Lens' PredictorMonitorEvaluation (Maybe UTCTime)
- predictorMonitorEvaluation_windowStartDatetime :: Lens' PredictorMonitorEvaluation (Maybe UTCTime)
Documentation
data PredictorMonitorEvaluation Source #
Describes the results of a monitor evaluation.
See: newPredictorMonitorEvaluation
smart constructor.
PredictorMonitorEvaluation' | |
|
Instances
newPredictorMonitorEvaluation :: PredictorMonitorEvaluation Source #
Create a value of PredictorMonitorEvaluation
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:evaluationState:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_evaluationState
- The status of the monitor evaluation. The state can be SUCCESS
or
FAILURE
.
$sel:evaluationTime:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_evaluationTime
- The timestamp that indicates when the monitor evaluation was started.
$sel:message:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_message
- Information about any errors that may have occurred during the monitor
evaluation.
$sel:metricResults:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_metricResults
- A list of metrics Forecast calculated when monitoring a predictor. You
can compare the value for each metric in the list to the metric's value
in the Baseline to see how your predictor's performance is changing.
$sel:monitorArn:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_monitorArn
- The Amazon Resource Name (ARN) of the monitor resource.
$sel:monitorDataSource:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_monitorDataSource
- The source of the data the monitor resource used during the evaluation.
$sel:numItemsEvaluated:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_numItemsEvaluated
- The number of items considered during the evaluation.
$sel:predictorEvent:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_predictorEvent
- Provides details about a predictor event, such as a retraining.
$sel:resourceArn:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_resourceArn
- The Amazon Resource Name (ARN) of the resource to monitor.
$sel:windowEndDatetime:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_windowEndDatetime
- The timestamp that indicates the end of the window that is used for
monitor evaluation.
$sel:windowStartDatetime:PredictorMonitorEvaluation'
, predictorMonitorEvaluation_windowStartDatetime
- The timestamp that indicates the start of the window that is used for
monitor evaluation.
predictorMonitorEvaluation_evaluationState :: Lens' PredictorMonitorEvaluation (Maybe Text) Source #
The status of the monitor evaluation. The state can be SUCCESS
or
FAILURE
.
predictorMonitorEvaluation_evaluationTime :: Lens' PredictorMonitorEvaluation (Maybe UTCTime) Source #
The timestamp that indicates when the monitor evaluation was started.
predictorMonitorEvaluation_message :: Lens' PredictorMonitorEvaluation (Maybe Text) Source #
Information about any errors that may have occurred during the monitor evaluation.
predictorMonitorEvaluation_metricResults :: Lens' PredictorMonitorEvaluation (Maybe [MetricResult]) Source #
A list of metrics Forecast calculated when monitoring a predictor. You can compare the value for each metric in the list to the metric's value in the Baseline to see how your predictor's performance is changing.
predictorMonitorEvaluation_monitorArn :: Lens' PredictorMonitorEvaluation (Maybe Text) Source #
The Amazon Resource Name (ARN) of the monitor resource.
predictorMonitorEvaluation_monitorDataSource :: Lens' PredictorMonitorEvaluation (Maybe MonitorDataSource) Source #
The source of the data the monitor resource used during the evaluation.
predictorMonitorEvaluation_numItemsEvaluated :: Lens' PredictorMonitorEvaluation (Maybe Integer) Source #
The number of items considered during the evaluation.
predictorMonitorEvaluation_predictorEvent :: Lens' PredictorMonitorEvaluation (Maybe PredictorEvent) Source #
Provides details about a predictor event, such as a retraining.
predictorMonitorEvaluation_resourceArn :: Lens' PredictorMonitorEvaluation (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource to monitor.
predictorMonitorEvaluation_windowEndDatetime :: Lens' PredictorMonitorEvaluation (Maybe UTCTime) Source #
The timestamp that indicates the end of the window that is used for monitor evaluation.
predictorMonitorEvaluation_windowStartDatetime :: Lens' PredictorMonitorEvaluation (Maybe UTCTime) Source #
The timestamp that indicates the start of the window that is used for monitor evaluation.