Struct aws_sdk_sagemaker::model::parallelism_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ParallelismConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn max_parallel_execution_steps(self, input: i32) -> Self
pub fn max_parallel_execution_steps(self, input: i32) -> Self
The max number of steps that can be executed in parallel.
sourcepub fn set_max_parallel_execution_steps(self, input: Option<i32>) -> Self
pub fn set_max_parallel_execution_steps(self, input: Option<i32>) -> Self
The max number of steps that can be executed in parallel.
sourcepub fn build(self) -> ParallelismConfiguration
pub fn build(self) -> ParallelismConfiguration
Consumes the builder and constructs a ParallelismConfiguration
.