pub struct Builder { /* private fields */ }
Expand description
A builder for TuningJobCompletionCriteria
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn target_objective_metric_value(self, input: f32) -> Self
pub fn target_objective_metric_value(self, input: f32) -> Self
The value of the objective metric.
sourcepub fn set_target_objective_metric_value(self, input: Option<f32>) -> Self
pub fn set_target_objective_metric_value(self, input: Option<f32>) -> Self
The value of the objective metric.
sourcepub fn build(self) -> TuningJobCompletionCriteria
pub fn build(self) -> TuningJobCompletionCriteria
Consumes the builder and constructs a TuningJobCompletionCriteria
.