Class: Aws::ForecastService::Types::Baseline
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::Baseline
- 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
-
#predictor_baseline ⇒ Types::PredictorBaseline
The initial [accuracy metrics][1] for the predictor you are monitoring.
Instance Attribute Details
#predictor_baseline ⇒ Types::PredictorBaseline
The initial accuracy metrics for the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
319 320 321 322 323 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 319 class Baseline < Struct.new( :predictor_baseline) SENSITIVE = [] include Aws::Structure end |