Class: Aws::Types::LogOddsMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#variable_importance::Float

Returns the value of attribute variable_importance.

Returns:

  • (::Float)


973
974
975
# File 'sig/types.rbs', line 973

def variable_importance
  @variable_importance
end

#variable_name::String

Returns the value of attribute variable_name.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def variable_name
  @variable_name
end

#variable_type::String

Returns the value of attribute variable_type.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def variable_type
  @variable_type
end