Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PromptOverrideConfiguration
-
Packages that use PromptOverrideConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PromptOverrideConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptOverrideConfiguration Modifier and Type Method Description PromptOverrideConfigurationInvokeInlineAgentRequest. promptOverrideConfiguration()Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the inline agent.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PromptOverrideConfiguration Modifier and Type Method Description InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the inline agent.
-