Struct aws_sdk_sagemaker::model::FinalAutoMlJobObjectiveMetric [−][src]
#[non_exhaustive]pub struct FinalAutoMlJobObjectiveMetric {
pub type: Option<AutoMlJobObjectiveType>,
pub metric_name: Option<AutoMlMetricEnum>,
pub value: f32,
}
Expand description
The best candidate result from an AutoML training job.
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<AutoMlJobObjectiveType>
The type of metric with the best result.
metric_name: Option<AutoMlMetricEnum>
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
value: f32
The value of the metric with the best result.
Implementations
The type of metric with the best result.
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
Creates a new builder-style object to manufacture FinalAutoMlJobObjectiveMetric
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
impl Send for FinalAutoMlJobObjectiveMetric
impl Sync for FinalAutoMlJobObjectiveMetric
impl Unpin for FinalAutoMlJobObjectiveMetric
impl UnwindSafe for FinalAutoMlJobObjectiveMetric
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