Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.PromptVariableValues
Packages that use PromptVariableValues
-
Uses of PromptVariableValues in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return PromptVariableValuesModifier and TypeMethodDescriptionstatic PromptVariableValuesCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type PromptVariableValuesModifier and TypeMethodDescriptionfinal Map<String,PromptVariableValues> ConverseRequest.promptVariables()Contains a map of variables in a prompt from Prompt management to objects containing the values to fill in for them when running model invocation.final Map<String,PromptVariableValues> ConverseStreamRequest.promptVariables()Contains a map of variables in a prompt from Prompt management to objects containing the values to fill in for them when running model invocation.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type PromptVariableValuesModifier and TypeMethodDescriptionConverseRequest.Builder.promptVariables(Map<String, PromptVariableValues> promptVariables) Contains a map of variables in a prompt from Prompt management to objects containing the values to fill in for them when running model invocation.ConverseStreamRequest.Builder.promptVariables(Map<String, PromptVariableValues> promptVariables) Contains a map of variables in a prompt from Prompt management to objects containing the values to fill in for them when running model invocation.