You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::FinalHyperParameterTuningJobObjectiveMetric

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Shows the final value for the objective metric for a training job that was launched by a hyperparameter tuning job. You define the objective metric in the HyperParameterTuningJobObjective parameter of HyperParameterTuningJobConfig.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the objective metric.

Returns:

  • (String)

    The name of the objective metric.

#typeString

Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.

Possible values:

  • Maximize
  • Minimize

Returns:

  • (String)

    Whether to minimize or maximize the objective metric.

#valueFloat

The value of the objective metric.

Returns:

  • (Float)

    The value of the objective metric.