Class: Aws::BedrockAgent::Types::KnowledgeBaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::KnowledgeBaseConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about the vector embeddings configuration of the knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of data that the data source is converted into for the knowledge base.
-
#vector_knowledge_base_configuration ⇒ Types::VectorKnowledgeBaseConfiguration
Contains details about the model that's used to convert the data source into vector embeddings.
Instance Attribute Details
#type ⇒ String
The type of data that the data source is converted into for the knowledge base.
4954 4955 4956 4957 4958 4959 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4954 class KnowledgeBaseConfiguration < Struct.new( :type, :vector_knowledge_base_configuration) SENSITIVE = [] include Aws::Structure end |
#vector_knowledge_base_configuration ⇒ Types::VectorKnowledgeBaseConfiguration
Contains details about the model that's used to convert the data source into vector embeddings.
4954 4955 4956 4957 4958 4959 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4954 class KnowledgeBaseConfiguration < Struct.new( :type, :vector_knowledge_base_configuration) SENSITIVE = [] include Aws::Structure end |