Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PromptConfiguration
-
Packages that use PromptConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PromptConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PromptConfiguration Modifier and Type Method Description List<PromptConfiguration>PromptOverrideConfiguration. promptConfigurations()Contains configurations to override a prompt template in one part of an agent sequence.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PromptConfiguration Modifier and Type Method Description PromptOverrideConfiguration.BuilderPromptOverrideConfiguration.Builder. promptConfigurations(PromptConfiguration... promptConfigurations)Contains configurations to override a prompt template in one part of an agent sequence.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type PromptConfiguration Modifier and Type Method Description PromptOverrideConfiguration.BuilderPromptOverrideConfiguration.Builder. promptConfigurations(Collection<PromptConfiguration> promptConfigurations)Contains configurations to override a prompt template in one part of an agent sequence.
-