Struct aws_sdk_sagemaker::model::TrialComponentStatus
source · #[non_exhaustive]pub struct TrialComponentStatus { /* private fields */ }
Expand description
The status of the trial component.
Implementations§
source§impl TrialComponentStatus
impl TrialComponentStatus
sourcepub fn primary_status(&self) -> Option<&TrialComponentPrimaryStatus>
pub fn primary_status(&self) -> Option<&TrialComponentPrimaryStatus>
The status of the trial component.
source§impl TrialComponentStatus
impl TrialComponentStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrialComponentStatus
.
Trait Implementations§
source§impl Clone for TrialComponentStatus
impl Clone for TrialComponentStatus
source§fn clone(&self) -> TrialComponentStatus
fn clone(&self) -> TrialComponentStatus
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 TrialComponentStatus
impl Debug for TrialComponentStatus
source§impl PartialEq<TrialComponentStatus> for TrialComponentStatus
impl PartialEq<TrialComponentStatus> for TrialComponentStatus
source§fn eq(&self, other: &TrialComponentStatus) -> bool
fn eq(&self, other: &TrialComponentStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.