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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
humanLabeledThe 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.
 
- 
pendingHumanThe 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.
 
- 
totalThe 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.
 
 
-