S3VectorsConfiguration¶
Structure Class¶
S3VectorsConfiguration
dataclass
¶
Contains the storage configuration of the knowledge base for S3 vectors.
Attributes¶
index_arn
class-attribute
instance-attribute
¶
index_arn: str | None = field(repr=False, default=None)
The Amazon Resource Name (ARN) of the vector index used for the knowledge base. This ARN identifies the specific vector index resource within Amazon Bedrock.
index_name
class-attribute
instance-attribute
¶
index_name: str | None = field(repr=False, default=None)
The name of the vector index used for the knowledge base. This name identifies the vector index within the Amazon Bedrock service.
vector_bucket_arn
class-attribute
instance-attribute
¶
vector_bucket_arn: str | None = field(repr=False, default=None)
The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored. This bucket contains the vector data used by the knowledge base.