Struct aws_sdk_sagemaker::types::builders::MetricDatumBuilder
source · #[non_exhaustive]pub struct MetricDatumBuilder { /* private fields */ }
Expand description
A builder for MetricDatum
.
Implementations§
source§impl MetricDatumBuilder
impl MetricDatumBuilder
sourcepub fn metric_name(self, input: AutoMlMetricEnum) -> Self
pub fn metric_name(self, input: AutoMlMetricEnum) -> Self
The name of the metric.
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.
sourcepub fn set(self, input: MetricSetSource) -> Self
pub fn set(self, input: MetricSetSource) -> Self
The dataset split from which the AutoML job produced the metric.
sourcepub fn set_set(self, input: Option<MetricSetSource>) -> Self
pub fn set_set(self, input: Option<MetricSetSource>) -> Self
The dataset split from which the AutoML job produced the metric.
sourcepub fn standard_metric_name(self, input: AutoMlMetricExtendedEnum) -> Self
pub fn standard_metric_name(self, input: AutoMlMetricExtendedEnum) -> Self
The name of the standard metric.
For definitions of the standard metrics, see Autopilot candidate metrics
.
sourcepub fn set_standard_metric_name(
self,
input: Option<AutoMlMetricExtendedEnum>
) -> Self
pub fn set_standard_metric_name( self, input: Option<AutoMlMetricExtendedEnum> ) -> Self
The name of the standard metric.
For definitions of the standard metrics, see Autopilot candidate metrics
.
sourcepub fn build(self) -> MetricDatum
pub fn build(self) -> MetricDatum
Consumes the builder and constructs a MetricDatum
.
Trait Implementations§
source§impl Clone for MetricDatumBuilder
impl Clone for MetricDatumBuilder
source§fn clone(&self) -> MetricDatumBuilder
fn clone(&self) -> MetricDatumBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MetricDatumBuilder
impl Debug for MetricDatumBuilder
source§impl Default for MetricDatumBuilder
impl Default for MetricDatumBuilder
source§fn default() -> MetricDatumBuilder
fn default() -> MetricDatumBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<MetricDatumBuilder> for MetricDatumBuilder
impl PartialEq<MetricDatumBuilder> for MetricDatumBuilder
source§fn eq(&self, other: &MetricDatumBuilder) -> bool
fn eq(&self, other: &MetricDatumBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.