Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptTemplateType
-
Packages that use PromptTemplateType Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptTemplateType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptTemplateType Modifier and Type Method Description static PromptTemplateTypePromptTemplateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PromptTemplateTypePromptFlowNodeInlineConfiguration. templateType()The type of prompt template.PromptTemplateTypePromptVariant. templateType()The type of prompt template to use.static PromptTemplateTypePromptTemplateType. valueOf(String name)Returns 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 PromptTemplateType Modifier and Type Method Description static Set<PromptTemplateType>PromptTemplateType. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptTemplateType Modifier and Type Method Description PromptFlowNodeInlineConfiguration.BuilderPromptFlowNodeInlineConfiguration.Builder. templateType(PromptTemplateType templateType)The type of prompt template.PromptVariant.BuilderPromptVariant.Builder. templateType(PromptTemplateType templateType)The type of prompt template to use.
-