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
| 3058 3059 3060 3061 3062 3063 3064 3065 3066 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 3058 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.
| 3058 3059 3060 3061 3062 3063 3064 3065 3066 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 3058 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.
| 3058 3059 3060 3061 3062 3063 3064 3065 3066 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 3058 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
| 3058 3059 3060 3061 3062 3063 3064 3065 3066 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 3058 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
| 3058 3059 3060 3061 3062 3063 3064 3065 3066 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 3058 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |