KnowledgeBaseOpenSearchManagedClusterConfiguration

data class KnowledgeBaseOpenSearchManagedClusterConfiguration(val domainArn: String, val domainEndpoint: String, val fieldMapping: KnowledgeBaseOpenSearchManagedClusterFieldMapping, val vectorIndexName: String)

Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.

Constructors

constructor(domainArn: String, domainEndpoint: String, fieldMapping: KnowledgeBaseOpenSearchManagedClusterFieldMapping, vectorIndexName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the OpenSearch domain.

Link copied to clipboard

The endpoint URL the OpenSearch domain.

Link copied to clipboard

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

Link copied to clipboard

The name of the vector store.