public class TrainingStatus extends GenericModel
| Constructor and Description | 
|---|
TrainingStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Date | 
getDataUpdated()
Gets the dataUpdated. 
 | 
java.lang.Long | 
getNotices()
Gets the notices. 
 | 
java.util.Date | 
getSuccessfullyTrained()
Gets the successfullyTrained. 
 | 
java.lang.Long | 
getTotalExamples()
Gets the totalExamples. 
 | 
java.lang.Boolean | 
isAvailable()
Gets the available. 
 | 
java.lang.Boolean | 
isMinimumExamplesAdded()
Gets the minimumExamplesAdded. 
 | 
java.lang.Boolean | 
isMinimumQueriesAdded()
Gets the minimumQueriesAdded. 
 | 
java.lang.Boolean | 
isProcessing()
Gets the processing. 
 | 
java.lang.Boolean | 
isSufficientLabelDiversity()
Gets the sufficientLabelDiversity. 
 | 
equals, hashCode, toStringpublic java.lang.Long getTotalExamples()
public java.lang.Boolean isAvailable()
public java.lang.Boolean isProcessing()
public java.lang.Boolean isMinimumQueriesAdded()
public java.lang.Boolean isMinimumExamplesAdded()
public java.lang.Boolean isSufficientLabelDiversity()
public java.lang.Long getNotices()
public java.util.Date getSuccessfullyTrained()
public java.util.Date getDataUpdated()