#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LabelingJobForWorkteamSummary
Implementations
The name of the labeling job that the work team is assigned to.
The name of the labeling job that the work team is assigned to.
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
The Amazon Web Services account ID of the account used to start the labeling job.
The Amazon Web Services account ID of the account used to start the labeling job.
The date and time that the labeling job was created.
The date and time that the labeling job was created.
Provides information about the progress of a labeling job.
Provides information about the progress of a labeling job.
The configured number of workers per data object.
The configured number of workers per data object.
Consumes the builder and constructs a LabelingJobForWorkteamSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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