AWS::BedrockAgentCore::Evaluator InferenceConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::Evaluator InferenceConfiguration

The inference configuration parameters that control model behavior during evaluation, including temperature, token limits, and sampling settings.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "MaxTokens" : Integer, "Temperature" : Number, "TopP" : Number }

YAML

MaxTokens: Integer Temperature: Number TopP: Number

Properties

MaxTokens

The maximum number of tokens to generate in the model response during evaluation.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption

Temperature

The temperature value that controls randomness in the model's responses. Lower values produce more deterministic outputs.

Required: No

Type: Number

Minimum: 0

Maximum: 1

Update requires: No interruption

TopP

The top-p sampling parameter that controls the diversity of the model's responses by limiting the cumulative probability of token choices.

Required: No

Type: Number

Minimum: 0

Maximum: 1

Update requires: No interruption