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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The ARN of the algorithm used to test the predictor.

Returns:

  • (String)


5925
5926
5927
5928
5929
5930
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5925

class PredictorExecution < Struct.new(
  :algorithm_arn,
  :test_windows)
  SENSITIVE = []
  include Aws::Structure
end

#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:



5925
5926
5927
5928
5929
5930
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5925

class PredictorExecution < Struct.new(
  :algorithm_arn,
  :test_windows)
  SENSITIVE = []
  include Aws::Structure
end