public final class PredictionFunction extends Expression
PredictionFunction that allows to create an expression that refers to one of the properties of the prediction result dictionary.
Modifier and Type | Method and Description |
---|---|
Expression |
propertyPath(String path)
Creates a property expression that refers to a property of the prediction result dictionary.
|
add, all, and, between, booleanValue, collate, date, divide, doubleValue, equalTo, floatValue, greaterThan, greaterThanOrEqualTo, in, intValue, is, isNot, isNotValued, isNullOrMissing, isValued, lessThan, lessThanOrEqualTo, like, list, longValue, map, modulo, multiply, negated, not, notEqualTo, notNullOrMissing, number, or, parameter, property, regex, string, subtract, toString, value
@NonNull public Expression propertyPath(@NonNull String path)
path
- The path to the property.