Class: Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Update 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.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the Resource.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Id generated at the server side when a Knowledge Base is associated to an Agent.
 - 
  
    
      #knowledge_base_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
State of the knowledge base; whether it is enabled or disabled.
 
Instance Attribute Details
#agent_id ⇒ String
Id generated at the server side when an Agent is created
      3126 3127 3128 3129 3130 3131 3132 3133 3134  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3126 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_version ⇒ String
Draft Version of the Agent.
      3126 3127 3128 3129 3130 3131 3132 3133 3134  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3126 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Description of the Resource.
      3126 3127 3128 3129 3130 3131 3132 3133 3134  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3126 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
Id generated at the server side when a Knowledge Base is associated to an Agent
      3126 3127 3128 3129 3130 3131 3132 3133 3134  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3126 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_state ⇒ String
State of the knowledge base; whether it is enabled or disabled
      3126 3127 3128 3129 3130 3131 3132 3133 3134  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3126 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end  |