Interface CategoricalScore.StringValueStage
- All Known Implementing Classes:
CategoricalScore.Builder
- Enclosing class:
CategoricalScore
public static interface CategoricalScore.StringValueStage
-
Method Summary
Modifier and TypeMethodDescriptionstringValue(String stringValue) The string representation of the score value.
-
Method Details
-
stringValue
The string representation of the score value. If no config is linked, can be any string. Otherwise, must map to a config category
-