Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.PromptTemplateType
Packages that use PromptTemplateType
-
Uses of PromptTemplateType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptTemplateTypeModifier and TypeMethodDescriptionstatic PromptTemplateTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PromptTemplateTypePromptFlowNodeInlineConfiguration.templateType()The type of prompt template.final PromptTemplateTypePromptVariant.templateType()The type of prompt template to use.static PromptTemplateTypeReturns the enum constant of this type with the specified name.static PromptTemplateType[]PromptTemplateType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptTemplateTypeModifier and TypeMethodDescriptionstatic Set<PromptTemplateType>PromptTemplateType.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptTemplateTypeModifier and TypeMethodDescriptionPromptFlowNodeInlineConfiguration.Builder.templateType(PromptTemplateType templateType) The type of prompt template.PromptVariant.Builder.templateType(PromptTemplateType templateType) The type of prompt template to use.