Interface PredictionPlaceholder
- All Known Implementing Classes:
PredictionPlaceholder.InnerBigDecimal,PredictionPlaceholder.InnerString
public interface PredictionPlaceholder
The placeholder value in any column for which to predict a value. The model will predict a value
for all table cells containing this value.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordHelper class to createBigDecimalthat implementsPredictionPlaceholder.static final recordHelper class to createStringthat implementsPredictionPlaceholder. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionCreator to enable deserialization ofString.create(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
PredictionPlaceholder.InnerString.
-
create
Creator to enable deserialization ofBigDecimal.- Parameters:
val- the value to use- Returns:
- a new instance of
PredictionPlaceholder.InnerBigDecimal.
-