Struct aws_sdk_sagemaker::model::FinalHyperParameterTuningJobObjectiveMetric [−][src]
#[non_exhaustive]pub struct FinalHyperParameterTuningJobObjectiveMetric {
pub type: Option<HyperParameterTuningJobObjectiveType>,
pub metric_name: Option<String>,
pub value: f32,
}
Expand description
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.type: Option<HyperParameterTuningJobObjectiveType>
Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.
metric_name: Option<String>
The name of the objective metric.
value: f32
The value of the objective metric.
Implementations
Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.
The name of the objective metric.
Creates a new builder-style object to manufacture FinalHyperParameterTuningJobObjectiveMetric
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more