| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
VectorKnowledgeBaseConfiguration |
VectorKnowledgeBaseConfiguration.clone() |
VectorKnowledgeBaseConfiguration |
KnowledgeBaseConfiguration.getVectorKnowledgeBaseConfiguration()
Contains details about the embeddings model that'sused to convert the data source.
|
VectorKnowledgeBaseConfiguration |
VectorKnowledgeBaseConfiguration.withEmbeddingModelArn(String embeddingModelArn)
The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBaseConfiguration.setVectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration)
Contains details about the embeddings model that'sused to convert the data source.
|
KnowledgeBaseConfiguration |
KnowledgeBaseConfiguration.withVectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration)
Contains details about the embeddings model that'sused to convert the data source.
|
Copyright © 2024. All rights reserved.