RdsFieldMapping¶
Structure Class¶
RdsFieldMapping
dataclass
¶
Contains the names of the fields to which to map information about the vector store.
Attributes¶
custom_metadata_field
class-attribute
instance-attribute
¶
custom_metadata_field: str | None = None
Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.
metadata_field
instance-attribute
¶
metadata_field: str
The name of the field in which Amazon Bedrock stores metadata about the vector store.
primary_key_field
instance-attribute
¶
primary_key_field: str
The name of the field in which Amazon Bedrock stores the ID for each entry.