Class: Aws::Types::DefaultContinuousHyperParameterRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_tunable ⇒ Boolean

Returns the value of attribute is_tunable.

Returns:

  • (Boolean)


581
582
583
# File 'sig/types.rbs', line 581

def is_tunable
  @is_tunable
end

#max_value ⇒ ::Float

Returns the value of attribute max_value.

Returns:

  • (::Float)


580
581
582
# File 'sig/types.rbs', line 580

def max_value
  @max_value
end

#min_value ⇒ ::Float

Returns the value of attribute min_value.

Returns:

  • (::Float)


579
580
581
# File 'sig/types.rbs', line 579

def min_value
  @min_value
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def name
  @name
end