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)


6354
6355
6356
# File 'sig/types.rbs', line 6354

def metric_name
  @metric_name
end

#type"Maximize", "Minimize"

Returns the value of attribute type.

Returns:

  • ("Maximize", "Minimize")


6353
6354
6355
# File 'sig/types.rbs', line 6353

def type
  @type
end