pub struct Builder { /* private fields */ }
Expand description
A builder for SageMakerPipelineParameters
.
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 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
.