SqlKnowledgeBaseConfiguration¶
Structure Class¶
SqlKnowledgeBaseConfiguration
dataclass
¶
Contains configurations for a knowledge base connected to an SQL
database. Specify the SQL database type in the type field and include
the corresponding field. For more information, see Build a knowledge
base by connecting to a structured data
source
in the Amazon Bedrock User Guide.
Attributes¶
redshift_configuration
class-attribute
instance-attribute
¶
redshift_configuration: RedshiftConfiguration | None = None
Specifies configurations for a knowledge base connected to an Amazon Redshift database.
type
instance-attribute
¶
type: QueryEngineType
The type of SQL database to connect to the knowledge base.