BedrockConverseParams
Bedrock Converse API parameters layered on top of LLMParams.
Constructors
Properties
Model performance settings for the request, such as latency.
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. This field is ignored if you don't specify a prompt resource in the modelId field.
Key-value pairs that you can use to filter invocation logs. See Converse API docs for limitations.
Custom text sequences that cause the model to stop generating. If matched, response will have stop_reason of "stop_sequence".
Nucleus sampling in (0.0, 1.0]; use instead of temperature. Cuts off token sampling at a cumulative probability threshold.
Functions
Creates a copy of this instance with the ability to modify any of its properties.