Interface LabelCountersForWorkteam.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<LabelCountersForWorkteam.Builder,LabelCountersForWorkteam>
,SdkBuilder<LabelCountersForWorkteam.Builder,LabelCountersForWorkteam>
,SdkPojo
- Enclosing class:
- LabelCountersForWorkteam
public static interface LabelCountersForWorkteam.Builder extends SdkPojo, CopyableBuilder<LabelCountersForWorkteam.Builder,LabelCountersForWorkteam>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelCountersForWorkteam.Builder
humanLabeled(Integer humanLabeled)
The total number of data objects labeled by a human worker.LabelCountersForWorkteam.Builder
pendingHuman(Integer pendingHuman)
The total number of data objects that need to be labeled by a human worker.LabelCountersForWorkteam.Builder
total(Integer total)
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 Detail
-
humanLabeled
LabelCountersForWorkteam.Builder humanLabeled(Integer 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
LabelCountersForWorkteam.Builder pendingHuman(Integer 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
LabelCountersForWorkteam.Builder total(Integer 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.
-
-