Class PredictionFunction

java.lang.Object
com.couchbase.lite.Expression
com.couchbase.lite.PredictionFunction

public final class PredictionFunction extends Expression
ENTERPRISE EDITION API

Create an expression that refers to one of the properties of the prediction results dictionary.

  • Method Details

    • 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.