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

Class: Aws::ForecastService::Types::PredictorExecution

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

Overview

The algorithm used to perform a backtest and the status of those tests.

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The ARN of the algorithm used to test the predictor.

Returns:

  • (String)

    The ARN of the algorithm used to test the predictor.

#test_windowsArray<Types::TestWindowSummary>

An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object determines the number of windows in the array.

Returns: