Class: Aws::Types::AnomalyDetectorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyDetectorConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RandomCutForest, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#random_cut_forest ⇒ Types::RandomCutForestConfiguration
Returns the value of attribute random_cut_forest.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#random_cut_forest ⇒ Types::RandomCutForestConfiguration
Returns the value of attribute random_cut_forest.
36 37 38 |
# File 'sig/types.rbs', line 36 def random_cut_forest @random_cut_forest end |
#unknown ⇒ Object
Returns the value of attribute unknown.
37 38 39 |
# File 'sig/types.rbs', line 37 def unknown @unknown end |