Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptInputVariable
Packages that use PromptInputVariable
-
Uses of PromptInputVariable in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptInputVariableModifier and TypeMethodDescriptionfinal List<PromptInputVariable>ChatPromptTemplateConfiguration.inputVariables()An array of the variables in the prompt template.final List<PromptInputVariable>TextPromptTemplateConfiguration.inputVariables()An array of the variables in the prompt template.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptInputVariableModifier and TypeMethodDescriptionChatPromptTemplateConfiguration.Builder.inputVariables(PromptInputVariable... inputVariables) An array of the variables in the prompt template.TextPromptTemplateConfiguration.Builder.inputVariables(PromptInputVariable... inputVariables) An array of the variables in the prompt template.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PromptInputVariableModifier and TypeMethodDescriptionChatPromptTemplateConfiguration.Builder.inputVariables(Collection<PromptInputVariable> inputVariables) An array of the variables in the prompt template.TextPromptTemplateConfiguration.Builder.inputVariables(Collection<PromptInputVariable> inputVariables) An array of the variables in the prompt template.