static ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.builder() |
|
default ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.generationConfiguration(Consumer<ExternalSourcesGenerationConfiguration.Builder> generationConfiguration) |
The prompt used with the external source wrapper object with the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.generationConfiguration(ExternalSourcesGenerationConfiguration generationConfiguration) |
The prompt used with the external source wrapper object with the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.modelArn(String modelArn) |
The modelArn used with the external source wrapper object in the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.sources(Collection<ExternalSource> sources) |
The document used with the external source wrapper object in the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.sources(Consumer<ExternalSource.Builder>... sources) |
The document used with the external source wrapper object in the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.Builder.sources(ExternalSource... sources) |
The document used with the external source wrapper object in the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration.Builder |
ExternalSourcesRetrieveAndGenerateConfiguration.toBuilder() |
|