Class: Aws::BedrockAgent::Types::DisassociateAgentKnowledgeBaseRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DisassociateAgentKnowledgeBaseRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Disassociate Agent Knowledge Base Request
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Id generated at the server side when an Agent is created.
 - 
  
    
      #agent_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Draft Version of the Agent.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Id generated at the server side when a Knowledge Base is associated to an Agent.
 
Instance Attribute Details
#agent_id ⇒ String
Id generated at the server side when an Agent is created
      1439 1440 1441 1442 1443 1444 1445  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1439 class DisassociateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_version ⇒ String
Draft Version of the Agent.
      1439 1440 1441 1442 1443 1444 1445  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1439 class DisassociateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
Id generated at the server side when a Knowledge Base is associated to an Agent
      1439 1440 1441 1442 1443 1444 1445  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1439 class DisassociateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end  |