Struct aws_sdk_sagemaker::types::MetricData
source · #[non_exhaustive]pub struct MetricData { /* private fields */ }
Expand description
The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.
Implementations§
source§impl MetricData
impl MetricData
source§impl MetricData
impl MetricData
sourcepub fn builder() -> MetricDataBuilder
pub fn builder() -> MetricDataBuilder
Creates a new builder-style object to manufacture MetricData
.
Trait Implementations§
source§impl Clone for MetricData
impl Clone for MetricData
source§fn clone(&self) -> MetricData
fn clone(&self) -> MetricData
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 MetricData
impl Debug for MetricData
source§impl PartialEq<MetricData> for MetricData
impl PartialEq<MetricData> for MetricData
source§fn eq(&self, other: &MetricData) -> bool
fn eq(&self, other: &MetricData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.