PredictiveIndex

expect class PredictiveIndex : Index(source)

ENTERPRISE EDITION API

The predictive index used for querying with prediction function. The predictive index is different from the normal index in that the predictive index will cache the prediction result along with creating the value index of the prediction output properties.

The PredictiveIndex can be created by using IndexBuilder's predictiveIndex() function. If the prediction output properties are not specified, the predictive index will only cache the predictive result so that the predictive model will not be called again after indexing.

actual class PredictiveIndex : Index(source)
actual class PredictiveIndex : Index(source)

Constructors

Link copied to clipboard
constructor(actual: <Error class: unknown class>)
constructor()

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String