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
- Struct
- Aws::SageMaker::Types::FinalHyperParameterTuningJobObjectiveMetric
- 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
-
#metric_name ⇒ String
The name of the objective metric.
-
#type ⇒ String
Whether to minimize or maximize the objective metric.
-
#value ⇒ Float
The value of the objective metric.
Instance Attribute Details
#metric_name ⇒ String
The name of the objective metric.
#type ⇒ String
Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.
Possible values:
- Maximize
- Minimize
#value ⇒ Float
The value of the objective metric.