Builder
class Builder
Properties
Link copied to clipboard
Configuration for using Amazon Bedrock foundation models to rerank search results. This is required when the reranking type is set to BEDROCK.
Link copied to clipboard
The type of reranking to apply to vector search results. Currently, the only supported value is BEDROCK, which uses Amazon Bedrock foundation models for reranking.
Functions
Link copied to clipboard
fun bedrockRerankingConfiguration(block: VectorSearchBedrockRerankingConfiguration.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.bedrock.model.VectorSearchBedrockRerankingConfiguration inside the given block