You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::PredictorExecutionDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains details on the backtests performed to evaluate the accuracy of the predictor. The tests are returned in descending order of accuracy, with the most accurate backtest appearing first. You specify the number of backtests to perform when you call the operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#predictor_executionsArray<Types::PredictorExecution>

An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm. The NumberOfBacktestWindows from the object determines the number of windows in the array.

Returns:

  • (Array<Types::PredictorExecution>)

    An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.