RdsFieldMapping

Contains the names of the fields to which to map information about the vector store.

Types

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

Properties

Link copied to clipboard

Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.

Link copied to clipboard

The name of the field in which Amazon Bedrock stores metadata about the vector store.

Link copied to clipboard

The name of the field in which Amazon Bedrock stores the ID for each entry.

Link copied to clipboard

The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.

Link copied to clipboard

The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.

Functions

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