Class: Aws::BedrockAgent::Types::AssociateAgentKnowledgeBaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AssociateAgentKnowledgeBaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Associate 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
Identifier for a resource.
-
#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
694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694 class AssociateAgentKnowledgeBaseRequest < 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.
694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694 class AssociateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694 class AssociateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
Identifier for a resource.
694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694 class AssociateAgentKnowledgeBaseRequest < 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
694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694 class AssociateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |