Class TrainingStatus
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.TrainingStatus
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TrainingStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Training status details.
-
Constructor Summary
Constructors Constructor Description TrainingStatus()
-
Method Summary
Modifier and Type Method Description Date
getDataUpdated()
Gets the dataUpdated.Long
getNotices()
Gets the notices.Date
getSuccessfullyTrained()
Gets the successfullyTrained.Long
getTotalExamples()
Gets the totalExamples.Boolean
isAvailable()
Gets the available.Boolean
isMinimumExamplesAdded()
Gets the minimumExamplesAdded.Boolean
isMinimumQueriesAdded()
Gets the minimumQueriesAdded.Boolean
isProcessing()
Gets the processing.Boolean
isSufficientLabelDiversity()
Gets the sufficientLabelDiversity.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TrainingStatus
public TrainingStatus()
-
-
Method Details
-
getTotalExamples
Gets the totalExamples.The total number of training examples uploaded to this collection.
- Returns:
- the totalExamples
-
isAvailable
Gets the available.When `true`, the collection has been successfully trained.
- Returns:
- the available
-
isProcessing
Gets the processing.When `true`, the collection is currently processing training.
- Returns:
- the processing
-
isMinimumQueriesAdded
Gets the minimumQueriesAdded.When `true`, the collection has a sufficent amount of queries added for training to occur.
- Returns:
- the minimumQueriesAdded
-
isMinimumExamplesAdded
Gets the minimumExamplesAdded.When `true`, the collection has a sufficent amount of examples added for training to occur.
- Returns:
- the minimumExamplesAdded
-
isSufficientLabelDiversity
Gets the sufficientLabelDiversity.When `true`, the collection has a sufficent amount of diversity in labeled results for training to occur.
- Returns:
- the sufficientLabelDiversity
-
getNotices
Gets the notices.The number of notices associated with this data set.
- Returns:
- the notices
-
getSuccessfullyTrained
Gets the successfullyTrained.The timestamp of when the collection was successfully trained.
- Returns:
- the successfullyTrained
-
getDataUpdated
Gets the dataUpdated.The timestamp of when the data was uploaded.
- Returns:
- the dataUpdated
-