Class: Aws::Types::EvaluationParameters
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#back_test_window_offset ⇒ ::Integer
Returns the value of attribute back_test_window_offset.
-
#number_of_backtest_windows ⇒ ::Integer
Returns the value of attribute number_of_backtest_windows.
Instance Attribute Details
#back_test_window_offset ⇒ ::Integer
Returns the value of attribute back_test_window_offset.
706 707 708 |
# File 'sig/types.rbs', line 706 def back_test_window_offset @back_test_window_offset end |
#number_of_backtest_windows ⇒ ::Integer
Returns the value of attribute number_of_backtest_windows.
705 706 707 |
# File 'sig/types.rbs', line 705 def number_of_backtest_windows @number_of_backtest_windows end |