Class: Aws::Types::DefaultCategoricalHyperParameterRange

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)


573
574
575
# File 'sig/types.rbs', line 573

def is_tunable
  @is_tunable
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def name
  @name
end

#values ⇒ ::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


572
573
574
# File 'sig/types.rbs', line 572

def values
  @values
end