Struct aws_sdk_sagemaker::model::ObjectiveStatusCounters
source · #[non_exhaustive]pub struct ObjectiveStatusCounters { /* private fields */ }
Expand description
Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.
Implementations§
source§impl ObjectiveStatusCounters
impl ObjectiveStatusCounters
sourcepub fn succeeded(&self) -> i32
pub fn succeeded(&self) -> i32
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
source§impl ObjectiveStatusCounters
impl ObjectiveStatusCounters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ObjectiveStatusCounters
.
Trait Implementations§
source§impl Clone for ObjectiveStatusCounters
impl Clone for ObjectiveStatusCounters
source§fn clone(&self) -> ObjectiveStatusCounters
fn clone(&self) -> ObjectiveStatusCounters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ObjectiveStatusCounters
impl Debug for ObjectiveStatusCounters
source§impl PartialEq<ObjectiveStatusCounters> for ObjectiveStatusCounters
impl PartialEq<ObjectiveStatusCounters> for ObjectiveStatusCounters
source§fn eq(&self, other: &ObjectiveStatusCounters) -> bool
fn eq(&self, other: &ObjectiveStatusCounters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.