Class: Aws::BedrockAgent::Types::KnowledgeBaseConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#typeString

The type of data that the data source is converted into for the knowledge base.

Returns:

  • (String)


4580
4581
4582
4583
4584
4585
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4580

class KnowledgeBaseConfiguration < Struct.new(
  :type,
  :vector_knowledge_base_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#vector_knowledge_base_configurationTypes::VectorKnowledgeBaseConfiguration

Contains details about the model that’s used to convert the data source into vector embeddings.



4580
4581
4582
4583
4584
4585
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4580

class KnowledgeBaseConfiguration < Struct.new(
  :type,
  :vector_knowledge_base_configuration)
  SENSITIVE = []
  include Aws::Structure
end