pub struct Builder { /* private fields */ }
Expand description
A builder for ParentHyperParameterTuningJob
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn hyper_parameter_tuning_job_name(self, input: impl Into<String>) -> Self
pub fn hyper_parameter_tuning_job_name(self, input: impl Into<String>) -> Self
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
sourcepub fn set_hyper_parameter_tuning_job_name(self, input: Option<String>) -> Self
pub fn set_hyper_parameter_tuning_job_name(self, input: Option<String>) -> Self
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
sourcepub fn build(self) -> ParentHyperParameterTuningJob
pub fn build(self) -> ParentHyperParameterTuningJob
Consumes the builder and constructs a ParentHyperParameterTuningJob
.