RerankDocument

Contains information about a document to rerank. Choose the type to define and include the field that corresponds to the type.

Types

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

Properties

Link copied to clipboard

Contains a JSON document to rerank.

Link copied to clipboard

Contains information about a text document to rerank.

Link copied to clipboard

The type of document to rerank.

Functions

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