Class: Aws::Types::RandomCutForestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RandomCutForestConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ignore_near_expected_from_above ⇒ Types::IgnoreNearExpected
Returns the value of attribute ignore_near_expected_from_above.
-
#ignore_near_expected_from_below ⇒ Types::IgnoreNearExpected
Returns the value of attribute ignore_near_expected_from_below.
-
#query ⇒ ::String
Returns the value of attribute query.
-
#sample_size ⇒ ::Integer
Returns the value of attribute sample_size.
-
#shingle_size ⇒ ::Integer
Returns the value of attribute shingle_size.
Instance Attribute Details
#ignore_near_expected_from_above ⇒ Types::IgnoreNearExpected
Returns the value of attribute ignore_near_expected_from_above.
641 642 643 |
# File 'sig/types.rbs', line 641 def ignore_near_expected_from_above @ignore_near_expected_from_above end |
#ignore_near_expected_from_below ⇒ Types::IgnoreNearExpected
Returns the value of attribute ignore_near_expected_from_below.
642 643 644 |
# File 'sig/types.rbs', line 642 def ignore_near_expected_from_below @ignore_near_expected_from_below end |
#query ⇒ ::String
Returns the value of attribute query.
638 639 640 |
# File 'sig/types.rbs', line 638 def query @query end |
#sample_size ⇒ ::Integer
Returns the value of attribute sample_size.
640 641 642 |
# File 'sig/types.rbs', line 640 def sample_size @sample_size end |
#shingle_size ⇒ ::Integer
Returns the value of attribute shingle_size.
639 640 641 |
# File 'sig/types.rbs', line 639 def shingle_size @shingle_size end |