Class: Aws::ForecastService::Types::PredictorBaseline

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

#baseline_metricsArray<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.

Returns:



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