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

Class: Aws::ForecastService::Types::EvaluationResult

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

Overview

The results of evaluating an algorithm. Returned as part of the GetAccuracyMetrics response.

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The Amazon Resource Name (ARN) of the algorithm that was evaluated.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the algorithm that was evaluated.

#test_windowsArray<Types::WindowSummary>

The array of test windows used for evaluating the algorithm. The NumberOfBacktestWindows from the EvaluationParameters object determines the number of windows in the array.

Returns: