Class: Aws::BedrockAgent::Types::AgentKnowledgeBaseSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentKnowledgeBaseSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Agent Knowledge Base Summary
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#updated_at ⇒ Time
Time Stamp.
Instance Attribute Details
#description ⇒ String
Description of the Resource.
493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 493 class AgentKnowledgeBaseSummary < Struct.new( :knowledge_base_id, :description, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
Identifier for a resource.
493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 493 class AgentKnowledgeBaseSummary < Struct.new( :knowledge_base_id, :description, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_state ⇒ String
State of the knowledge base; whether it is enabled or disabled
493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 493 class AgentKnowledgeBaseSummary < Struct.new( :knowledge_base_id, :description, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time Stamp.
493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 493 class AgentKnowledgeBaseSummary < Struct.new( :knowledge_base_id, :description, :knowledge_base_state, :updated_at) SENSITIVE = [] include Aws::Structure end |