#[non_exhaustive]pub struct SageMakerPipelineParametersBuilder { /* private fields */ }Expand description
A builder for SageMakerPipelineParameters.
Implementations§
source§impl SageMakerPipelineParametersBuilder
impl SageMakerPipelineParametersBuilder
sourcepub fn pipeline_parameter_list(self, input: SageMakerPipelineParameter) -> Self
pub fn pipeline_parameter_list(self, input: SageMakerPipelineParameter) -> Self
Appends an item to pipeline_parameter_list.
To override the contents of this collection use set_pipeline_parameter_list.
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
sourcepub fn set_pipeline_parameter_list(
self,
input: Option<Vec<SageMakerPipelineParameter>>
) -> Self
pub fn set_pipeline_parameter_list( self, input: Option<Vec<SageMakerPipelineParameter>> ) -> Self
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
sourcepub fn build(self) -> SageMakerPipelineParameters
pub fn build(self) -> SageMakerPipelineParameters
Consumes the builder and constructs a SageMakerPipelineParameters.
Trait Implementations§
source§impl Clone for SageMakerPipelineParametersBuilder
impl Clone for SageMakerPipelineParametersBuilder
source§fn clone(&self) -> SageMakerPipelineParametersBuilder
fn clone(&self) -> SageMakerPipelineParametersBuilder
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 Default for SageMakerPipelineParametersBuilder
impl Default for SageMakerPipelineParametersBuilder
source§fn default() -> SageMakerPipelineParametersBuilder
fn default() -> SageMakerPipelineParametersBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SageMakerPipelineParametersBuilder> for SageMakerPipelineParametersBuilder
impl PartialEq<SageMakerPipelineParametersBuilder> for SageMakerPipelineParametersBuilder
source§fn eq(&self, other: &SageMakerPipelineParametersBuilder) -> bool
fn eq(&self, other: &SageMakerPipelineParametersBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.