@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Statistics extends Object implements Serializable, Cloneable, StructuredPojo
Provides processing statistics for a classification job.
Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
Statistics |
clone() |
boolean |
equals(Object obj) |
Double |
getApproximateNumberOfObjectsToProcess()
The approximate number of objects that the job has yet to process during its current run.
|
Double |
getNumberOfRuns()
The number of times that the job has run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApproximateNumberOfObjectsToProcess(Double approximateNumberOfObjectsToProcess)
The approximate number of objects that the job has yet to process during its current run.
|
void |
setNumberOfRuns(Double numberOfRuns)
The number of times that the job has run.
|
String |
toString()
Returns a string representation of this object.
|
Statistics |
withApproximateNumberOfObjectsToProcess(Double approximateNumberOfObjectsToProcess)
The approximate number of objects that the job has yet to process during its current run.
|
Statistics |
withNumberOfRuns(Double numberOfRuns)
The number of times that the job has run.
|
public void setApproximateNumberOfObjectsToProcess(Double approximateNumberOfObjectsToProcess)
The approximate number of objects that the job has yet to process during its current run.
approximateNumberOfObjectsToProcess
- The approximate number of objects that the job has yet to process during its current run.public Double getApproximateNumberOfObjectsToProcess()
The approximate number of objects that the job has yet to process during its current run.
public Statistics withApproximateNumberOfObjectsToProcess(Double approximateNumberOfObjectsToProcess)
The approximate number of objects that the job has yet to process during its current run.
approximateNumberOfObjectsToProcess
- The approximate number of objects that the job has yet to process during its current run.public void setNumberOfRuns(Double numberOfRuns)
The number of times that the job has run.
numberOfRuns
- The number of times that the job has run.public Double getNumberOfRuns()
The number of times that the job has run.
public Statistics withNumberOfRuns(Double numberOfRuns)
The number of times that the job has run.
numberOfRuns
- The number of times that the job has run.public String toString()
toString
in class Object
Object.toString()
public Statistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.