Class: Aws::Types::AnomalyDetectorConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: RandomCutForest, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


37
38
39
# File 'sig/types.rbs', line 37

def unknown
  @unknown
end