Class: Aws::BedrockAgent::Types::AgentKnowledgeBase
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentKnowledgeBase
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about a knowledge base that is associated with an agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
The unique identifier of the agent with which the knowledge base is associated.
-
#agent_version ⇒ String
The version of the agent with which the knowledge base is associated.
-
#created_at ⇒ Time
The time at which the association between the agent and the knowledge base was created.
-
#description ⇒ String
The description of the association between the agent and the knowledge base.
-
#knowledge_base_id ⇒ String
The unique identifier of the association between the agent and the knowledge base.
-
#knowledge_base_state ⇒ String
Specifies whether to use the knowledge base or not when sending an [InvokeAgent][1] request.
-
#updated_at ⇒ Time
The time at which the association between the agent and the knowledge base was last updated.
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent with which the knowledge base is associated.
650 651 652 653 654 655 656 657 658 659 660 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
The version of the agent with which the knowledge base is associated.
650 651 652 653 654 655 656 657 658 659 660 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the association between the agent and the knowledge base was created.
650 651 652 653 654 655 656 657 658 659 660 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the association between the agent and the knowledge base.
650 651 652 653 654 655 656 657 658 659 660 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the association between the agent and the knowledge base.
650 651 652 653 654 655 656 657 658 659 660 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_state ⇒ String
Specifies whether to use the knowledge base or not when sending an InvokeAgent request.
650 651 652 653 654 655 656 657 658 659 660 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the association between the agent and the knowledge base was last updated.
650 651 652 653 654 655 656 657 658 659 660 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :created_at, :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |