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 String
AVAILABLE
Available.static String
FAILED
Failed.static String
NON_EXISTENT
Non Existent.static String
TRAINING
Training.static String
UNAVAILABLE
Unavailable.
-
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
-