Class: Aws::ForecastService::Types::Baseline

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#predictor_baselineTypes::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.

[1]: docs.aws.amazon.com/forecast/latest/dg/metrics.html



319
320
321
322
323
# File 'lib/aws-sdk-forecastservice/types.rb', line 319

class Baseline < Struct.new(
  :predictor_baseline)
  SENSITIVE = []
  include Aws::Structure
end