Struct aws_sdk_sagemaker::model::LabelCountersForWorkteam
source · #[non_exhaustive]pub struct LabelCountersForWorkteam { /* private fields */ }
Expand description
Provides counts for human-labeled tasks in the labeling job.
Implementations§
source§impl LabelCountersForWorkteam
impl LabelCountersForWorkteam
sourcepub fn human_labeled(&self) -> i32
pub fn human_labeled(&self) -> i32
The total number of data objects labeled by a human worker.
sourcepub fn pending_human(&self) -> i32
pub fn pending_human(&self) -> i32
The total number of data objects that need to be labeled by a human worker.
source§impl LabelCountersForWorkteam
impl LabelCountersForWorkteam
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LabelCountersForWorkteam
.
Trait Implementations§
source§impl Clone for LabelCountersForWorkteam
impl Clone for LabelCountersForWorkteam
source§fn clone(&self) -> LabelCountersForWorkteam
fn clone(&self) -> LabelCountersForWorkteam
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 LabelCountersForWorkteam
impl Debug for LabelCountersForWorkteam
source§impl PartialEq<LabelCountersForWorkteam> for LabelCountersForWorkteam
impl PartialEq<LabelCountersForWorkteam> for LabelCountersForWorkteam
source§fn eq(&self, other: &LabelCountersForWorkteam) -> bool
fn eq(&self, other: &LabelCountersForWorkteam) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.