Struct aws_sdk_sagemaker::output::UpdateExperimentOutput
source · #[non_exhaustive]pub struct UpdateExperimentOutput { /* private fields */ }
Implementations§
source§impl UpdateExperimentOutput
impl UpdateExperimentOutput
sourcepub fn experiment_arn(&self) -> Option<&str>
pub fn experiment_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the experiment.
source§impl UpdateExperimentOutput
impl UpdateExperimentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateExperimentOutput
.
Trait Implementations§
source§impl Clone for UpdateExperimentOutput
impl Clone for UpdateExperimentOutput
source§fn clone(&self) -> UpdateExperimentOutput
fn clone(&self) -> UpdateExperimentOutput
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 UpdateExperimentOutput
impl Debug for UpdateExperimentOutput
source§impl PartialEq<UpdateExperimentOutput> for UpdateExperimentOutput
impl PartialEq<UpdateExperimentOutput> for UpdateExperimentOutput
source§fn eq(&self, other: &UpdateExperimentOutput) -> bool
fn eq(&self, other: &UpdateExperimentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.