Class PredictionFunction


  • public final class PredictionFunction
    extends Expression
    ENTERPRISE EDITION API

    PredictionFunction that allows to create an expression that refers to one of the properties of the prediction result dictionary.

    • Method Detail

      • propertyPath

        @NonNull
        public Expression propertyPath​(@NonNull
                                       String path)
        Creates a property expression that refers to a property of the prediction result dictionary.
        Parameters:
        path - The path to the property.
        Returns:
        The property expression referring to a property of the prediction dictionary result.