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