Interface Prediction
- All Known Implementing Classes:
Prediction.InnerBigDecimal,Prediction.InnerString
public interface Prediction
The predicted value for the column.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordHelper class to createBigDecimalthat implementsPrediction.static final recordHelper class to createStringthat implementsPrediction. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Prediction.InnerStringCreator to enable deserialization ofString.static Prediction.InnerBigDecimalcreate(BigDecimal val) Creator to enable deserialization ofBigDecimal.
-
Method Details
-
create
Creator to enable deserialization ofString.- Parameters:
val- the value to use- Returns:
- a new instance of
Prediction.InnerString.
-
create
Creator to enable deserialization ofBigDecimal.- Parameters:
val- the value to use- Returns:
- a new instance of
Prediction.InnerBigDecimal.
-