Class: Aws::BedrockAgent::Types::AgentKnowledgeBaseSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentKnowledgeBaseSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about a knowledge base associated with an agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the knowledge base associated with an agent.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base associated with an agent.
-
#knowledge_base_state ⇒ String
Specifies whether the agent uses the knowledge base or not when sending an [InvokeAgent] request.
-
#updated_at ⇒ Time
The time at which the knowledge base associated with an agent was last updated.
Instance Attribute Details
#description ⇒ String
The description of the knowledge base associated with an agent.
664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 664 class AgentKnowledgeBaseSummary < Struct.new( :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base associated with an agent.
664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 664 class AgentKnowledgeBaseSummary < Struct.new( :description, :knowledge_base_id, :knowledge_base_state, :updated_at) 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
664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 664 class AgentKnowledgeBaseSummary < Struct.new( :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the knowledge base associated with an agent was last updated.
664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 664 class AgentKnowledgeBaseSummary < Struct.new( :description, :knowledge_base_id, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |