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
sourceimpl 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.
sourceimpl ObjectiveStatusCounters
impl ObjectiveStatusCounters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ObjectiveStatusCounters.
Trait Implementations
sourceimpl Clone for ObjectiveStatusCounters
impl Clone for ObjectiveStatusCounters
sourcefn clone(&self) -> ObjectiveStatusCounters
fn clone(&self) -> ObjectiveStatusCounters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ObjectiveStatusCounters
impl Debug for ObjectiveStatusCounters
sourceimpl PartialEq<ObjectiveStatusCounters> for ObjectiveStatusCounters
impl PartialEq<ObjectiveStatusCounters> for ObjectiveStatusCounters
sourcefn eq(&self, other: &ObjectiveStatusCounters) -> bool
fn eq(&self, other: &ObjectiveStatusCounters) -> bool
impl StructuralPartialEq for ObjectiveStatusCounters
Auto Trait Implementations
impl RefUnwindSafe for ObjectiveStatusCounters
impl Send for ObjectiveStatusCounters
impl Sync for ObjectiveStatusCounters
impl Unpin for ObjectiveStatusCounters
impl UnwindSafe for ObjectiveStatusCounters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more