Struct aws_sdk_sagemaker::model::resource_limits::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ResourceLimits
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn max_number_of_training_jobs(self, input: i32) -> Self
pub fn max_number_of_training_jobs(self, input: i32) -> Self
The maximum number of training jobs that a hyperparameter tuning job can launch.
sourcepub fn set_max_number_of_training_jobs(self, input: Option<i32>) -> Self
pub fn set_max_number_of_training_jobs(self, input: Option<i32>) -> Self
The maximum number of training jobs that a hyperparameter tuning job can launch.
sourcepub fn max_parallel_training_jobs(self, input: i32) -> Self
pub fn max_parallel_training_jobs(self, input: i32) -> Self
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
sourcepub fn set_max_parallel_training_jobs(self, input: Option<i32>) -> Self
pub fn set_max_parallel_training_jobs(self, input: Option<i32>) -> Self
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
sourcepub fn build(self) -> ResourceLimits
pub fn build(self) -> ResourceLimits
Consumes the builder and constructs a ResourceLimits
.