Class: Aws::BedrockAgentRuntime::Types::KnowledgeBase
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::KnowledgeBase
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Details of the knowledge base associated withe inline agent.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the knowledge base associated with the inline agent.
-
#knowledge_base_id ⇒ String
The unique identifier for a knowledge base associated with the inline agent.
-
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
The configurations to apply to the knowledge base during query.
Instance Attribute Details
#description ⇒ String
The description of the knowledge base associated with the inline agent.
2625 2626 2627 2628 2629 2630 2631 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2625 class KnowledgeBase < Struct.new( :description, :knowledge_base_id, :retrieval_configuration) SENSITIVE = [:description] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier for a knowledge base associated with the inline agent.
2625 2626 2627 2628 2629 2630 2631 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2625 class KnowledgeBase < Struct.new( :description, :knowledge_base_id, :retrieval_configuration) SENSITIVE = [:description] include Aws::Structure end |
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
The configurations to apply to the knowledge base during query. For more information, see Query configurations.
2625 2626 2627 2628 2629 2630 2631 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2625 class KnowledgeBase < Struct.new( :description, :knowledge_base_id, :retrieval_configuration) SENSITIVE = [:description] include Aws::Structure end |