#[non_exhaustive]pub struct MonitoringGroundTruthS3Input { /* private fields */ }
Expand description
The ground truth labels for the dataset used for the monitoring job.
Implementations§
source§impl MonitoringGroundTruthS3Input
impl MonitoringGroundTruthS3Input
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MonitoringGroundTruthS3Input
.
Trait Implementations§
source§impl Clone for MonitoringGroundTruthS3Input
impl Clone for MonitoringGroundTruthS3Input
source§fn clone(&self) -> MonitoringGroundTruthS3Input
fn clone(&self) -> MonitoringGroundTruthS3Input
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 MonitoringGroundTruthS3Input
impl Debug for MonitoringGroundTruthS3Input
source§impl PartialEq<MonitoringGroundTruthS3Input> for MonitoringGroundTruthS3Input
impl PartialEq<MonitoringGroundTruthS3Input> for MonitoringGroundTruthS3Input
source§fn eq(&self, other: &MonitoringGroundTruthS3Input) -> bool
fn eq(&self, other: &MonitoringGroundTruthS3Input) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.