Struct aws_sdk_sagemaker::model::metric_data::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MetricData
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn metric_name(self, input: impl Into<String>) -> Self
pub fn metric_name(self, input: impl Into<String>) -> Self
The name of the metric.
sourcepub fn set_metric_name(self, input: Option<String>) -> Self
pub fn set_metric_name(self, input: Option<String>) -> Self
The name of the metric.
sourcepub fn timestamp(self, input: DateTime) -> Self
pub fn timestamp(self, input: DateTime) -> Self
The date and time that the algorithm emitted the metric.
sourcepub fn set_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_timestamp(self, input: Option<DateTime>) -> Self
The date and time that the algorithm emitted the metric.
sourcepub fn build(self) -> MetricData
pub fn build(self) -> MetricData
Consumes the builder and constructs a MetricData
.