Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.PromptVariableValues
-
Packages that use PromptVariableValues Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of PromptVariableValues in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return PromptVariableValues Modifier and Type Method Description static PromptVariableValuesPromptVariableValues. fromText(String text)Create 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 PromptVariableValues Modifier and Type Method Description 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.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 PromptVariableValues Modifier and Type Method Description ConverseRequest.BuilderConverseRequest.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.BuilderConverseStreamRequest.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.
-