RescoreResultItem

A result item for a document with a new relevancy score.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the document from the search service.

Link copied to clipboard
val score: Float?

The relevancy score or rank that Amazon Kendra Intelligent Ranking gives to the result.

Functions

Link copied to clipboard
inline fun copy(block: RescoreResultItem.Builder.() -> Unit = {}): RescoreResultItem
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