pub struct Builder { /* private fields */ }Expand description
A builder for FinalAutoMlJobObjectiveMetric.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn type(self, input: AutoMlJobObjectiveType) -> Self
pub fn type(self, input: AutoMlJobObjectiveType) -> Self
The type of metric with the best result.
sourcepub fn set_type(self, input: Option<AutoMlJobObjectiveType>) -> Self
pub fn set_type(self, input: Option<AutoMlJobObjectiveType>) -> Self
The type of metric with the best result.
sourcepub fn metric_name(self, input: AutoMlMetricEnum) -> Self
pub fn metric_name(self, input: AutoMlMetricEnum) -> Self
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
sourcepub fn set_metric_name(self, input: Option<AutoMlMetricEnum>) -> Self
pub fn set_metric_name(self, input: Option<AutoMlMetricEnum>) -> Self
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
sourcepub fn set_value(self, input: Option<f32>) -> Self
pub fn set_value(self, input: Option<f32>) -> Self
The value of the metric with the best result.
sourcepub fn build(self) -> FinalAutoMlJobObjectiveMetric
pub fn build(self) -> FinalAutoMlJobObjectiveMetric
Consumes the builder and constructs a FinalAutoMlJobObjectiveMetric.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more