RdsConfiguration

Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.

Link copied to clipboard

The name of your Amazon RDS database.

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the vector store.

Link copied to clipboard

The name of the table in the database.

Functions

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