aws.bedrock_agent.get_agent_knowledge_base
Example SQL Queries
SELECT * FROMaws.bedrock_agent.get_agent_knowledge_baseWHERE"agent_id" = 'VALUE'AND "agent_version" = 'VALUE'AND "knowledge_base_id" = 'VALUE';Description
Gets information about a knowledge base associated with an agent.
Table Definition
| Column Name | Column Data Type |
|---|---|
| agent_id Required Input Column The unique identifier of the agent with which the knowledge base is associated. | VARCHAR |
| agent_version Required Input Column The version of the agent with which the knowledge base is associated. | VARCHAR |
| knowledge_base_id Required Input Column The unique identifier of the knowledge base associated with the agent. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| agent_knowledge_base Contains details about a knowledge base attached to an agent. | STRUCT( |
Show child fields
| |