Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.PromptType
Packages that use PromptType
-
Uses of PromptType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptTypeModifier and TypeMethodDescriptionstatic PromptTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PromptTypePromptConfiguration.promptType()The step in the agent sequence that this prompt configuration applies to.final PromptTypeModelInvocationInput.type()The step in the agent sequence.static PromptTypeReturns 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 PromptTypeMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PromptTypeModifier and TypeMethodDescriptionPromptConfiguration.Builder.promptType(PromptType promptType) The step in the agent sequence that this prompt configuration applies to.ModelInvocationInput.Builder.type(PromptType type) The step in the agent sequence.