Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PromptCreationConfigurations
-
Packages that use PromptCreationConfigurations Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PromptCreationConfigurations in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptCreationConfigurations Modifier and Type Method Description PromptCreationConfigurationsInvokeAgentRequest. promptCreationConfigurations()Specifies parameters that control how the service populates the agent prompt for anInvokeAgentrequest.PromptCreationConfigurationsInvokeInlineAgentRequest. promptCreationConfigurations()Specifies parameters that control how the service populates the agent prompt for anInvokeInlineAgentrequest.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PromptCreationConfigurations Modifier and Type Method Description InvokeAgentRequest.BuilderInvokeAgentRequest.Builder. promptCreationConfigurations(PromptCreationConfigurations promptCreationConfigurations)Specifies parameters that control how the service populates the agent prompt for anInvokeAgentrequest.InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. promptCreationConfigurations(PromptCreationConfigurations promptCreationConfigurations)Specifies parameters that control how the service populates the agent prompt for anInvokeInlineAgentrequest.
-