Interface LabelCountersForWorkteam.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LabelCountersForWorkteam.Builder,
,LabelCountersForWorkteam> SdkBuilder<LabelCountersForWorkteam.Builder,
,LabelCountersForWorkteam> SdkPojo
- Enclosing class:
LabelCountersForWorkteam
@Mutable
@NotThreadSafe
public static interface LabelCountersForWorkteam.Builder
extends SdkPojo, CopyableBuilder<LabelCountersForWorkteam.Builder,LabelCountersForWorkteam>
-
Method Summary
Modifier and TypeMethodDescriptionhumanLabeled
(Integer humanLabeled) The total number of data objects labeled by a human worker.pendingHuman
(Integer pendingHuman) The total number of data objects that need to be labeled by a human worker.The total number of tasks in the labeling job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
humanLabeled
The total number of data objects labeled by a human worker.
- Parameters:
humanLabeled
- The total number of data objects labeled by a human worker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingHuman
The total number of data objects that need to be labeled by a human worker.
- Parameters:
pendingHuman
- The total number of data objects that need to be labeled by a human worker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
The total number of tasks in the labeling job.
- Parameters:
total
- The total number of tasks in the labeling job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-