Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PromptType
-
Packages that use PromptType Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PromptType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptType Modifier and Type Method Description static PromptTypePromptType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PromptTypePromptConfiguration. promptType()The step in the agent sequence that this prompt configuration applies to.PromptTypeModelInvocationInput. type()The step in the agent sequence.static PromptTypePromptType. valueOf(String name)Returns the enum constant of this type with the specified name.static PromptType[]PromptType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PromptType Modifier and Type Method Description static Set<PromptType>PromptType. knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PromptType Modifier and Type Method Description PromptConfiguration.BuilderPromptConfiguration.Builder. promptType(PromptType promptType)The step in the agent sequence that this prompt configuration applies to.ModelInvocationInput.BuilderModelInvocationInput.Builder. type(PromptType type)The step in the agent sequence.
-