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