Struct aws_sdk_sagemaker::model::metric_datum::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MetricDatum
.
Implementations§
source§impl Builder
impl Builder
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
.