@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelCounters extends Object implements Serializable, Cloneable, StructuredPojo
Provides a breakdown of the number of objects labeled.
Constructor and Description |
---|
LabelCounters() |
Modifier and Type | Method and Description |
---|---|
LabelCounters |
clone() |
boolean |
equals(Object obj) |
Integer |
getFailedNonRetryableError()
The total number of objects that could not be labeled due to an error.
|
Integer |
getHumanLabeled()
The total number of objects labeled by a human worker.
|
Integer |
getMachineLabeled()
The total number of objects labeled by automated data labeling.
|
Integer |
getTotalLabeled()
The total number of objects labeled.
|
Integer |
getUnlabeled()
The total number of objects not yet labeled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailedNonRetryableError(Integer failedNonRetryableError)
The total number of objects that could not be labeled due to an error.
|
void |
setHumanLabeled(Integer humanLabeled)
The total number of objects labeled by a human worker.
|
void |
setMachineLabeled(Integer machineLabeled)
The total number of objects labeled by automated data labeling.
|
void |
setTotalLabeled(Integer totalLabeled)
The total number of objects labeled.
|
void |
setUnlabeled(Integer unlabeled)
The total number of objects not yet labeled.
|
String |
toString()
Returns a string representation of this object.
|
LabelCounters |
withFailedNonRetryableError(Integer failedNonRetryableError)
The total number of objects that could not be labeled due to an error.
|
LabelCounters |
withHumanLabeled(Integer humanLabeled)
The total number of objects labeled by a human worker.
|
LabelCounters |
withMachineLabeled(Integer machineLabeled)
The total number of objects labeled by automated data labeling.
|
LabelCounters |
withTotalLabeled(Integer totalLabeled)
The total number of objects labeled.
|
LabelCounters |
withUnlabeled(Integer unlabeled)
The total number of objects not yet labeled.
|
public void setTotalLabeled(Integer totalLabeled)
The total number of objects labeled.
totalLabeled
- The total number of objects labeled.public Integer getTotalLabeled()
The total number of objects labeled.
public LabelCounters withTotalLabeled(Integer totalLabeled)
The total number of objects labeled.
totalLabeled
- The total number of objects labeled.public void setHumanLabeled(Integer humanLabeled)
The total number of objects labeled by a human worker.
humanLabeled
- The total number of objects labeled by a human worker.public Integer getHumanLabeled()
The total number of objects labeled by a human worker.
public LabelCounters withHumanLabeled(Integer humanLabeled)
The total number of objects labeled by a human worker.
humanLabeled
- The total number of objects labeled by a human worker.public void setMachineLabeled(Integer machineLabeled)
The total number of objects labeled by automated data labeling.
machineLabeled
- The total number of objects labeled by automated data labeling.public Integer getMachineLabeled()
The total number of objects labeled by automated data labeling.
public LabelCounters withMachineLabeled(Integer machineLabeled)
The total number of objects labeled by automated data labeling.
machineLabeled
- The total number of objects labeled by automated data labeling.public void setFailedNonRetryableError(Integer failedNonRetryableError)
The total number of objects that could not be labeled due to an error.
failedNonRetryableError
- The total number of objects that could not be labeled due to an error.public Integer getFailedNonRetryableError()
The total number of objects that could not be labeled due to an error.
public LabelCounters withFailedNonRetryableError(Integer failedNonRetryableError)
The total number of objects that could not be labeled due to an error.
failedNonRetryableError
- The total number of objects that could not be labeled due to an error.public void setUnlabeled(Integer unlabeled)
The total number of objects not yet labeled.
unlabeled
- The total number of objects not yet labeled.public Integer getUnlabeled()
The total number of objects not yet labeled.
public LabelCounters withUnlabeled(Integer unlabeled)
The total number of objects not yet labeled.
unlabeled
- The total number of objects not yet labeled.public String toString()
toString
in class Object
Object.toString()
public LabelCounters 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.