Interface Classifier.Status
- Enclosing class:
- Classifier
public static interface Classifier.Status
The state of the classifier.
-
Field Summary
Fields Modifier and Type Field Description static StringAVAILABLEAvailable.static StringFAILEDFailed.static StringNON_EXISTENTNon Existent.static StringTRAININGTraining.static StringUNAVAILABLEUnavailable.
-
Field Details
-
NON_EXISTENT
Non Existent.- See Also:
- Constant Field Values
-
TRAINING
Training.- See Also:
- Constant Field Values
-
FAILED
Failed.- See Also:
- Constant Field Values
-
AVAILABLE
Available.- See Also:
- Constant Field Values
-
UNAVAILABLE
Unavailable.- See Also:
- Constant Field Values
-