Class: Aws::BedrockAgent::Types::AgentKnowledgeBase
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::AgentKnowledgeBase
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about a knowledge base that is associated with an agent.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the agent with which the knowledge base is associated.
 - 
  
    
      #agent_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the agent with which the knowledge base is associated.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the association between the agent and the knowledge base was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the association between the agent and the knowledge base.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the association between the agent and the knowledge base.
 - 
  
    
      #knowledge_base_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether to use the knowledge base or not when sending an [InvokeAgent] request.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the association between the agent and the knowledge base was last updated.
 
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent with which the knowledge base is associated.
      625 626 627 628 629 630 631 632 633 634 635  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 625 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_version ⇒ String
The version of the agent with which the knowledge base is associated.
      625 626 627 628 629 630 631 632 633 634 635  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 625 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time at which the association between the agent and the knowledge base was created.
      625 626 627 628 629 630 631 632 633 634 635  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 625 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the association between the agent and the knowledge base.
      625 626 627 628 629 630 631 632 633 634 635  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 625 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
The unique identifier of the association between the agent and the knowledge base.
      625 626 627 628 629 630 631 632 633 634 635  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 625 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_state ⇒ String
Specifies whether to use the knowledge base or not when sending an
- InvokeAgent][1
 - 
request.
 
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html
      625 626 627 628 629 630 631 632 633 634 635  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 625 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The time at which the association between the agent and the knowledge base was last updated.
      625 626 627 628 629 630 631 632 633 634 635  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 625 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  |