RerankRequest

Types

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

Properties

Link copied to clipboard

If the total number of results was greater than could fit in a response, a token is returned in the nextToken field. You can enter that token in this field to return the next batch of results.

Link copied to clipboard

An array of objects, each of which contains information about a query to submit to the reranker model.

Link copied to clipboard

Contains configurations for reranking.

Link copied to clipboard

An array of objects, each of which contains information about the sources to rerank.

Functions

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