Class: Aws::BedrockAgent::Types::KnowledgeBaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::KnowledgeBaseConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Configures a bedrock knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of a knowledge base.
-
#vector_knowledge_base_configuration ⇒ Types::VectorKnowledgeBaseConfiguration
Configurations for a vector knowledge base.
Instance Attribute Details
#type ⇒ String
The type of a knowledge base.
2036 2037 2038 2039 2040 2041 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2036 class KnowledgeBaseConfiguration < Struct.new( :type, :vector_knowledge_base_configuration) SENSITIVE = [] include Aws::Structure end |
#vector_knowledge_base_configuration ⇒ Types::VectorKnowledgeBaseConfiguration
Configurations for a vector knowledge base.
2036 2037 2038 2039 2040 2041 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2036 class KnowledgeBaseConfiguration < Struct.new( :type, :vector_knowledge_base_configuration) SENSITIVE = [] include Aws::Structure end |