Skip to content

Bedrock Agent  >  Enums  >  KnowledgeBaseType

KnowledgeBaseType

Enum Class

KnowledgeBaseType

Bases: UnknownEnumMixin, StrEnum

The type of a knowledge base.

Attributes

KENDRA class-attribute instance-attribute
KENDRA = 'KENDRA'
MANAGED class-attribute instance-attribute
MANAGED = 'MANAGED'
SQL class-attribute instance-attribute
SQL = 'SQL'
VECTOR class-attribute instance-attribute
VECTOR = 'VECTOR'