pub struct Builder { /* private fields */ }
Expand description
A builder for PipeTargetSageMakerPipelineParameters
.
Implementations§
source§impl Builder
impl Builder
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 for SageMaker Model Building Pipeline execution.
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 for SageMaker Model Building Pipeline execution.
sourcepub fn build(self) -> PipeTargetSageMakerPipelineParameters
pub fn build(self) -> PipeTargetSageMakerPipelineParameters
Consumes the builder and constructs a PipeTargetSageMakerPipelineParameters
.