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

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

Overview

Configures a bedrock knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of a knowledge base.

Returns:

  • (String)


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_configurationTypes::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