Class: Aws::Types::HyperParameterTuningJobObjective

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


6358
6359
6360
# File 'sig/types.rbs', line 6358

def metric_name
  @metric_name
end

#type"Maximize", "Minimize"

Returns the value of attribute type.

Returns:

  • ("Maximize", "Minimize")


6357
6358
6359
# File 'sig/types.rbs', line 6357

def type
  @type
end