Class: Aws::Types::DefaultIntegerHyperParameterRange

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)


596
597
598
# File 'sig/types.rbs', line 596

def is_tunable
  @is_tunable
end

#max_value ⇒ ::Integer

Returns the value of attribute max_value.

Returns:

  • (::Integer)


595
596
597
# File 'sig/types.rbs', line 595

def max_value
  @max_value
end

#min_value ⇒ ::Integer

Returns the value of attribute min_value.

Returns:

  • (::Integer)


594
595
596
# File 'sig/types.rbs', line 594

def min_value
  @min_value
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def name
  @name
end