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.
|
void |
setAvailable(java.lang.Boolean available)
Sets the available.
|
void |
setDataUpdated(java.util.Date dataUpdated)
Sets the dataUpdated.
|
void |
setMinimumExamplesAdded(java.lang.Boolean minimumExamplesAdded)
Sets the minimumExamplesAdded.
|
void |
setMinimumQueriesAdded(java.lang.Boolean minimumQueriesAdded)
Sets the minimumQueriesAdded.
|
void |
setNotices(long notices)
Sets the notices.
|
void |
setProcessing(java.lang.Boolean processing)
Sets the processing.
|
void |
setSuccessfullyTrained(java.util.Date successfullyTrained)
Sets the successfullyTrained.
|
void |
setSufficientLabelDiversity(java.lang.Boolean sufficientLabelDiversity)
Sets the sufficientLabelDiversity.
|
void |
setTotalExamples(long totalExamples)
Sets the totalExamples.
|
equals, hashCode, toString
public 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()
public void setTotalExamples(long totalExamples)
totalExamples
- the new totalExamplespublic void setAvailable(java.lang.Boolean available)
available
- the new availablepublic void setProcessing(java.lang.Boolean processing)
processing
- the new processingpublic void setMinimumQueriesAdded(java.lang.Boolean minimumQueriesAdded)
minimumQueriesAdded
- the new minimumQueriesAddedpublic void setMinimumExamplesAdded(java.lang.Boolean minimumExamplesAdded)
minimumExamplesAdded
- the new minimumExamplesAddedpublic void setSufficientLabelDiversity(java.lang.Boolean sufficientLabelDiversity)
sufficientLabelDiversity
- the new sufficientLabelDiversitypublic void setNotices(long notices)
notices
- the new noticespublic void setSuccessfullyTrained(java.util.Date successfullyTrained)
successfullyTrained
- the new successfullyTrainedpublic void setDataUpdated(java.util.Date dataUpdated)
dataUpdated
- the new dataUpdated