Class: Aws::ForecastService::Types::PredictorBaseline
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::PredictorBaseline
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Metrics you can use as a baseline for comparison purposes. Use these metrics when you interpret monitoring results for an auto predictor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_metrics ⇒ Array<Types::BaselineMetric>
The initial [accuracy metrics][1] for the predictor.
Instance Attribute Details
#baseline_metrics ⇒ Array<Types::BaselineMetric>
The initial accuracy metrics for the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
5882 5883 5884 5885 5886 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5882 class PredictorBaseline < Struct.new( :baseline_metrics) SENSITIVE = [] include Aws::Structure end |