Class: Aws::Types::RandomCutForestConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_near_expected_from_aboveTypes::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_belowTypes::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.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def query
  @query
end

#sample_size::Integer

Returns the value of attribute sample_size.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


639
640
641
# File 'sig/types.rbs', line 639

def shingle_size
  @shingle_size
end