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)


6280
6281
6282
# File 'sig/types.rbs', line 6280

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6275
6276
6277
# File 'sig/types.rbs', line 6275

def description
  @description
end

#is_requiredBoolean

Returns the value of attribute is_required.

Returns:

  • (Boolean)


6279
6280
6281
# File 'sig/types.rbs', line 6279

def is_required
  @is_required
end

#is_tunableBoolean

Returns the value of attribute is_tunable.

Returns:

  • (Boolean)


6278
6279
6280
# File 'sig/types.rbs', line 6278

def is_tunable
  @is_tunable
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6274
6275
6276
# File 'sig/types.rbs', line 6274

def name
  @name
end

#rangeTypes::ParameterRange

Returns the value of attribute range.



6277
6278
6279
# File 'sig/types.rbs', line 6277

def range
  @range
end

#type"Integer", ...

Returns the value of attribute type.

Returns:

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


6276
6277
6278
# File 'sig/types.rbs', line 6276

def type
  @type
end