Class: Aws::BedrockAgent::Types::AgentKnowledgeBaseSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::AgentKnowledgeBaseSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about a knowledge base associated with an agent.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the knowledge base associated with an agent.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the knowledge base associated with an agent.
 - 
  
    
      #knowledge_base_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the agent uses the knowledge base or not when sending an [InvokeAgent] request.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the knowledge base associated with an agent was last updated.
 
Instance Attribute Details
#description ⇒ String
The description of the knowledge base associated with an agent.
      689 690 691 692 693 694 695 696  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 689 class AgentKnowledgeBaseSummary < Struct.new( :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base associated with an agent.
      689 690 691 692 693 694 695 696  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 689 class AgentKnowledgeBaseSummary < Struct.new( :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_state ⇒ String
Specifies whether the agent uses the knowledge base or not when sending an [InvokeAgent] request.
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html
      689 690 691 692 693 694 695 696  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 689 class AgentKnowledgeBaseSummary < Struct.new( :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The time at which the knowledge base associated with an agent was last updated.
      689 690 691 692 693 694 695 696  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 689 class AgentKnowledgeBaseSummary < Struct.new( :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end  |