| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GenerationConfiguration |
GenerationConfiguration.clone() |
GenerationConfiguration |
KnowledgeBaseRetrieveAndGenerateConfiguration.getGenerationConfiguration()
Contains configurations for response generation based on the knowwledge base query results.
|
GenerationConfiguration |
GenerationConfiguration.withPromptTemplate(PromptTemplate promptTemplate)
Contains the template for the prompt that's sent to the model for response generation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBaseRetrieveAndGenerateConfiguration.setGenerationConfiguration(GenerationConfiguration generationConfiguration)
Contains configurations for response generation based on the knowwledge base query results.
|
KnowledgeBaseRetrieveAndGenerateConfiguration |
KnowledgeBaseRetrieveAndGenerateConfiguration.withGenerationConfiguration(GenerationConfiguration generationConfiguration)
Contains configurations for response generation based on the knowwledge base query results.
|
Copyright © 2024. All rights reserved.