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 vector embeddings configuration of the knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kendra_knowledge_base_configurationTypes::KendraKnowledgeBaseConfiguration

Settings for an Amazon Kendra knowledge base.



6383
6384
6385
6386
6387
6388
6389
6390
6391
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6383

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

#managed_knowledge_base_configurationTypes::ManagedKnowledgeBaseConfiguration

Configurations for a managed knowledge base.



6383
6384
6385
6386
6387
6388
6389
6390
6391
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6383

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

#sql_knowledge_base_configurationTypes::SqlKnowledgeBaseConfiguration

Specifies configurations for a knowledge base connected to an SQL database.



6383
6384
6385
6386
6387
6388
6389
6390
6391
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6383

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

#typeString

The type of data that the data source is converted into for the knowledge base. Choose MANAGED to create a managed knowledge base.

Returns:

  • (String)


6383
6384
6385
6386
6387
6388
6389
6390
6391
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6383

class KnowledgeBaseConfiguration < Struct.new(
  :type,
  :vector_knowledge_base_configuration,
  :managed_knowledge_base_configuration,
  :kendra_knowledge_base_configuration,
  :sql_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.



6383
6384
6385
6386
6387
6388
6389
6390
6391
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6383

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