static ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.builder() |
|
default ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.generationConfiguration(Consumer<ExternalSourcesGenerationConfiguration.Builder> generationConfiguration) |
Contains configurations details for response generation based on retrieved text chunks.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.generationConfiguration(ExternalSourcesGenerationConfiguration generationConfiguration) |
Contains configurations details for response generation based on retrieved text chunks.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.modelArn(String modelArn) |
The Amazon Resource Name (ARN) of the foundation model or inference profile
used to generate responses.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.sources(Collection<ExternalSource> sources) |
The document for the external source wrapper object in the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.sources(Consumer<ExternalSource.Builder>... sources) |
The document for the external source wrapper object in the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.sources(ExternalSource... sources) |
The document for the external source wrapper object in the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.toBuilder() |
|