Class: Aws::BedrockAgent::Types::VectorKnowledgeBaseConfiguration

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

Overview

Contains details about the model used to create vector embeddings for the knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#embedding_model_arnString

The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.

Returns:

  • (String)


4294
4295
4296
4297
4298
4299
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4294

class VectorKnowledgeBaseConfiguration < Struct.new(
  :embedding_model_arn,
  :embedding_model_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#embedding_model_configurationTypes::EmbeddingModelConfiguration

The embeddings model configuration details for the vector model used in Knowledge Base.



4294
4295
4296
4297
4298
4299
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4294

class VectorKnowledgeBaseConfiguration < Struct.new(
  :embedding_model_arn,
  :embedding_model_configuration)
  SENSITIVE = []
  include Aws::Structure
end