Struct aws_sdk_sagemaker::types::builders::LabelCountersBuilder
source · #[non_exhaustive]pub struct LabelCountersBuilder { /* private fields */ }
Expand description
A builder for LabelCounters
.
Implementations§
source§impl LabelCountersBuilder
impl LabelCountersBuilder
sourcepub fn total_labeled(self, input: i32) -> Self
pub fn total_labeled(self, input: i32) -> Self
The total number of objects labeled.
sourcepub fn set_total_labeled(self, input: Option<i32>) -> Self
pub fn set_total_labeled(self, input: Option<i32>) -> Self
The total number of objects labeled.
sourcepub fn get_total_labeled(&self) -> &Option<i32>
pub fn get_total_labeled(&self) -> &Option<i32>
The total number of objects labeled.
sourcepub fn human_labeled(self, input: i32) -> Self
pub fn human_labeled(self, input: i32) -> Self
The total number of objects labeled by a human worker.
sourcepub fn set_human_labeled(self, input: Option<i32>) -> Self
pub fn set_human_labeled(self, input: Option<i32>) -> Self
The total number of objects labeled by a human worker.
sourcepub fn get_human_labeled(&self) -> &Option<i32>
pub fn get_human_labeled(&self) -> &Option<i32>
The total number of objects labeled by a human worker.
sourcepub fn machine_labeled(self, input: i32) -> Self
pub fn machine_labeled(self, input: i32) -> Self
The total number of objects labeled by automated data labeling.
sourcepub fn set_machine_labeled(self, input: Option<i32>) -> Self
pub fn set_machine_labeled(self, input: Option<i32>) -> Self
The total number of objects labeled by automated data labeling.
sourcepub fn get_machine_labeled(&self) -> &Option<i32>
pub fn get_machine_labeled(&self) -> &Option<i32>
The total number of objects labeled by automated data labeling.
sourcepub fn failed_non_retryable_error(self, input: i32) -> Self
pub fn failed_non_retryable_error(self, input: i32) -> Self
The total number of objects that could not be labeled due to an error.
sourcepub fn set_failed_non_retryable_error(self, input: Option<i32>) -> Self
pub fn set_failed_non_retryable_error(self, input: Option<i32>) -> Self
The total number of objects that could not be labeled due to an error.
sourcepub fn get_failed_non_retryable_error(&self) -> &Option<i32>
pub fn get_failed_non_retryable_error(&self) -> &Option<i32>
The total number of objects that could not be labeled due to an error.
sourcepub fn set_unlabeled(self, input: Option<i32>) -> Self
pub fn set_unlabeled(self, input: Option<i32>) -> Self
The total number of objects not yet labeled.
sourcepub fn get_unlabeled(&self) -> &Option<i32>
pub fn get_unlabeled(&self) -> &Option<i32>
The total number of objects not yet labeled.
sourcepub fn build(self) -> LabelCounters
pub fn build(self) -> LabelCounters
Consumes the builder and constructs a LabelCounters
.
Trait Implementations§
source§impl Clone for LabelCountersBuilder
impl Clone for LabelCountersBuilder
source§fn clone(&self) -> LabelCountersBuilder
fn clone(&self) -> LabelCountersBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for LabelCountersBuilder
impl Debug for LabelCountersBuilder
source§impl Default for LabelCountersBuilder
impl Default for LabelCountersBuilder
source§fn default() -> LabelCountersBuilder
fn default() -> LabelCountersBuilder
source§impl PartialEq for LabelCountersBuilder
impl PartialEq for LabelCountersBuilder
source§fn eq(&self, other: &LabelCountersBuilder) -> bool
fn eq(&self, other: &LabelCountersBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.