Class: Aws::Types::HyperParameterSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


6324
6325
6326
# File 'sig/types.rbs', line 6324

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6319
6320
6321
# File 'sig/types.rbs', line 6319

def description
  @description
end

#is_requiredBoolean

Returns the value of attribute is_required.

Returns:

  • (Boolean)


6323
6324
6325
# File 'sig/types.rbs', line 6323

def is_required
  @is_required
end

#is_tunableBoolean

Returns the value of attribute is_tunable.

Returns:

  • (Boolean)


6322
6323
6324
# File 'sig/types.rbs', line 6322

def is_tunable
  @is_tunable
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6318
6319
6320
# File 'sig/types.rbs', line 6318

def name
  @name
end

#rangeTypes::ParameterRange

Returns the value of attribute range.



6321
6322
6323
# File 'sig/types.rbs', line 6321

def range
  @range
end

#type"Integer", ...

Returns the value of attribute type.

Returns:

  • ("Integer", "Continuous", "Categorical", "FreeText")


6320
6321
6322
# File 'sig/types.rbs', line 6320

def type
  @type
end