Struct aws_sdk_sagemaker::model::LabelCountersForWorkteam [−][src]
#[non_exhaustive]pub struct LabelCountersForWorkteam {
pub human_labeled: i32,
pub pending_human: i32,
pub total: i32,
}
Expand description
Provides counts for human-labeled tasks in the labeling job.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.human_labeled: i32
The total number of data objects labeled by a human worker.
pending_human: i32
The total number of data objects that need to be labeled by a human worker.
total: i32
The total number of tasks in the labeling job.
Implementations
The total number of data objects labeled by a human worker.
The total number of data objects that need to be labeled by a human worker.
Creates a new builder-style object to manufacture LabelCountersForWorkteam
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LabelCountersForWorkteam
impl Send for LabelCountersForWorkteam
impl Sync for LabelCountersForWorkteam
impl Unpin for LabelCountersForWorkteam
impl UnwindSafe for LabelCountersForWorkteam
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more