This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::BedrockAgentCore::Evaluator BedrockEvaluatorModelConfig
The Amazon Bedrock model configuration for evaluation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AdditionalModelRequestFields" :Json, "InferenceConfig" :InferenceConfiguration, "ModelId" :String}
YAML
AdditionalModelRequestFields:JsonInferenceConfig:InferenceConfigurationModelId:String
Properties
AdditionalModelRequestFields-
Additional model-specific request fields to customize model behavior beyond the standard inference configuration.
Required: No
Type: Json
Update requires: No interruption
InferenceConfig-
The inference configuration parameters that control model behavior during evaluation, including temperature, token limits, and sampling settings.
Required: No
Type: InferenceConfiguration
Update requires: No interruption
ModelId-
The identifier of the Amazon Bedrock model to use for evaluation. Must be a supported foundation model available in your region.
Required: Yes
Type: String
Update requires: No interruption