public static interface LabelCountersForWorkteam.Builder extends SdkPojo, CopyableBuilder<LabelCountersForWorkteam.Builder,LabelCountersForWorkteam>
Modifier and Type | Method and 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LabelCountersForWorkteam.Builder humanLabeled(Integer humanLabeled)
The total number of data objects labeled by a human worker.
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.
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.
total
- The total number of tasks in the labeling job.Copyright © 2020. All rights reserved.