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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Contains details about the 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)


4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4573

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

#vector_knowledge_base_configurationTypes::VectorKnowledgeBaseConfiguration

Contains details about the embeddings model that'sused to convert the data source.



4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4573

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