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

Inherits:
Struct
  • Object
show all
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

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.



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