| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBaseConfiguration |
KnowledgeBaseConfiguration.clone() |
KnowledgeBaseConfiguration |
CreateKnowledgeBaseRequest.getKnowledgeBaseConfiguration()
Contains details about the embeddings model used for the knowledge base.
|
KnowledgeBaseConfiguration |
KnowledgeBase.getKnowledgeBaseConfiguration()
Contains details about the embeddings configuration of the knowledge base.
|
KnowledgeBaseConfiguration |
UpdateKnowledgeBaseRequest.getKnowledgeBaseConfiguration()
Specifies the configuration for the embeddings model used for the knowledge base.
|
KnowledgeBaseConfiguration |
KnowledgeBaseConfiguration.withType(KnowledgeBaseType type)
The type of data that the data source is converted into for the knowledge base.
|
KnowledgeBaseConfiguration |
KnowledgeBaseConfiguration.withType(String type)
The type of data that the data source is converted into for the knowledge base.
|
KnowledgeBaseConfiguration |
KnowledgeBaseConfiguration.withVectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration)
Contains details about the embeddings model that'sused to convert the data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateKnowledgeBaseRequest.setKnowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)
Contains details about the embeddings model used for the knowledge base.
|
void |
KnowledgeBase.setKnowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)
Contains details about the embeddings configuration of the knowledge base.
|
void |
UpdateKnowledgeBaseRequest.setKnowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)
Specifies the configuration for the embeddings model used for the knowledge base.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withKnowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)
Contains details about the embeddings model used for the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withKnowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)
Contains details about the embeddings configuration of the knowledge base.
|
UpdateKnowledgeBaseRequest |
UpdateKnowledgeBaseRequest.withKnowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)
Specifies the configuration for the embeddings model used for the knowledge base.
|
Copyright © 2024. All rights reserved.