setInferenceParams
Update Bedrock inference parameters. Only the arguments you pass are changed;
an argument left undefined keeps its current value.
Parameters
temperature
Generation temperature. Range: 0 to 1.
topP
Nucleus sampling parameter. Range: 0 to 1.
maxTokens
Maximum tokens to generate. Accepted for compatibility with the Python SDK. Not currently applied to the call.
Returns
BedrockAgent — Returns this for method chaining.