@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelCountersForWorkteam extends Object implements Serializable, Cloneable, StructuredPojo
Provides counts for human-labeled tasks in the labeling job.
Constructor and Description |
---|
LabelCountersForWorkteam() |
Modifier and Type | Method and Description |
---|---|
LabelCountersForWorkteam |
clone() |
boolean |
equals(Object obj) |
Integer |
getHumanLabeled()
The total number of data objects labeled by a human worker.
|
Integer |
getPendingHuman()
The total number of data objects that need to be labeled by a human worker.
|
Integer |
getTotal()
The total number of tasks in the labeling job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHumanLabeled(Integer humanLabeled)
The total number of data objects labeled by a human worker.
|
void |
setPendingHuman(Integer pendingHuman)
The total number of data objects that need to be labeled by a human worker.
|
void |
setTotal(Integer total)
The total number of tasks in the labeling job.
|
String |
toString()
Returns a string representation of this object.
|
LabelCountersForWorkteam |
withHumanLabeled(Integer humanLabeled)
The total number of data objects labeled by a human worker.
|
LabelCountersForWorkteam |
withPendingHuman(Integer pendingHuman)
The total number of data objects that need to be labeled by a human worker.
|
LabelCountersForWorkteam |
withTotal(Integer total)
The total number of tasks in the labeling job.
|
public void setHumanLabeled(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.public Integer getHumanLabeled()
The total number of data objects labeled by a human worker.
public LabelCountersForWorkteam withHumanLabeled(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.public void setPendingHuman(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.public Integer getPendingHuman()
The total number of data objects that need to be labeled by a human worker.
public LabelCountersForWorkteam withPendingHuman(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.public void setTotal(Integer total)
The total number of tasks in the labeling job.
total
- The total number of tasks in the labeling job.public Integer getTotal()
The total number of tasks in the labeling job.
public LabelCountersForWorkteam withTotal(Integer total)
The total number of tasks in the labeling job.
total
- The total number of tasks in the labeling job.public String toString()
toString
in class Object
Object.toString()
public LabelCountersForWorkteam clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.