Class: Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the agent associated with the knowledge base that you want to update.
 - 
  
    
      #agent_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the agent associated with the knowledge base that you want to update.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a new description for the knowledge base associated with an agent.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the knowledge base that has been associated with an agent.
 - 
  
    
      #knowledge_base_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the agent uses the knowledge base or not when sending an [InvokeAgent] request.
 
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent associated with the knowledge base that you want to update.
      7270 7271 7272 7273 7274 7275 7276 7277 7278  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7270 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_version ⇒ String
The version of the agent associated with the knowledge base that you want to update.
      7270 7271 7272 7273 7274 7275 7276 7277 7278  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7270 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Specifies a new description for the knowledge base associated with an agent.
      7270 7271 7272 7273 7274 7275 7276 7277 7278  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7270 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base that has been associated with an agent.
      7270 7271 7272 7273 7274 7275 7276 7277 7278  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7270 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) 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
      7270 7271 7272 7273 7274 7275 7276 7277 7278  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7270 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end  |