Class: Aws::BedrockAgent::Types::DisassociateAgentKnowledgeBaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DisassociateAgentKnowledgeBaseRequest
- 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 from which to disassociate the knowledge base.
-
#agent_version ⇒ String
The version of the agent from which to disassociate the knowledge base.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to disassociate.
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent from which to disassociate the knowledge base.
2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2794 class DisassociateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
The version of the agent from which to disassociate the knowledge base.
2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2794 class DisassociateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to disassociate.
2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2794 class DisassociateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |