Class: Aws::LookoutMetrics::Types::BackTestConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::BackTestConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Settings for backtest mode.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_back_test_mode ⇒ Boolean
Run a backtest instead of monitoring new data.
Instance Attribute Details
#run_back_test_mode ⇒ Boolean
Run a backtest instead of monitoring new data.
603 604 605 606 607 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 603 class BackTestConfiguration < Struct.new( :run_back_test_mode) SENSITIVE = [] include Aws::Structure end |