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