Class: Aws::BedrockAgent::Types::AgentKnowledgeBase
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentKnowledgeBase
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains the information of an Agent Knowledge Base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
Identifier for a resource.
-
#agent_version ⇒ String
Agent Version.
-
#created_at ⇒ Time
Time Stamp.
-
#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
#agent_id ⇒ String
Identifier for a resource.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :created_at, :updated_at, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
Agent Version.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :created_at, :updated_at, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Time Stamp.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :created_at, :updated_at, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :created_at, :updated_at, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
Identifier for a resource.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :created_at, :updated_at, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_state ⇒ String
State of the knowledge base; whether it is enabled or disabled
461 462 463 464 465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :created_at, :updated_at, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time Stamp.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461 class AgentKnowledgeBase < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :created_at, :updated_at, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |