#[non_exhaustive]pub struct SageMakerPipelineParameter { /* private fields */ }
Expand description
The name and value pair of a parameter to use to start execution of a SageMaker Model Building Pipeline.
Implementations§
source§impl SageMakerPipelineParameter
impl SageMakerPipelineParameter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SageMakerPipelineParameter
.
Trait Implementations§
source§impl Clone for SageMakerPipelineParameter
impl Clone for SageMakerPipelineParameter
source§fn clone(&self) -> SageMakerPipelineParameter
fn clone(&self) -> SageMakerPipelineParameter
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 SageMakerPipelineParameter
impl Debug for SageMakerPipelineParameter
source§impl PartialEq<SageMakerPipelineParameter> for SageMakerPipelineParameter
impl PartialEq<SageMakerPipelineParameter> for SageMakerPipelineParameter
source§fn eq(&self, other: &SageMakerPipelineParameter) -> bool
fn eq(&self, other: &SageMakerPipelineParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.