OpenSearchManagedClusterConfiguration¶
Structure Class¶
OpenSearchManagedClusterConfiguration
dataclass
¶
Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in OpenSearch Managed Cluster.
Attributes¶
domain_arn
instance-attribute
¶
domain_arn: str
The Amazon Resource Name (ARN) of the OpenSearch domain.
field_mapping
instance-attribute
¶
field_mapping: OpenSearchManagedClusterFieldMapping
Contains the names of the fields to which to map information about the vector store.
vector_index_name
class-attribute
instance-attribute
¶
vector_index_name: str = field(repr=False)
The name of the vector store.