Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GenerationConfiguration.Builder
-
Packages that use GenerationConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of GenerationConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GenerationConfiguration.Builder Modifier and Type Method Description static GenerationConfiguration.BuilderGenerationConfiguration. builder()default GenerationConfiguration.BuilderGenerationConfiguration.Builder. promptTemplate(Consumer<PromptTemplate.Builder> promptTemplate)Contains the template for the prompt that's sent to the model for response generation.GenerationConfiguration.BuilderGenerationConfiguration.Builder. promptTemplate(PromptTemplate promptTemplate)Contains the template for the prompt that's sent to the model for response generation.GenerationConfiguration.BuilderGenerationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GenerationConfiguration.Builder Modifier and Type Method Description static Class<? extends GenerationConfiguration.Builder>GenerationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GenerationConfiguration.Builder Modifier and Type Method Description default KnowledgeBaseRetrieveAndGenerateConfiguration.BuilderKnowledgeBaseRetrieveAndGenerateConfiguration.Builder. generationConfiguration(Consumer<GenerationConfiguration.Builder> generationConfiguration)Contains configurations for response generation based on the knowwledge base query results.
-