-BedrockEvaluatorModelConfig_AdditionalModelRequestField <PSObject>
Additional model-specific request fields to customize model behavior beyond the standard inference configuration.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_LlmAsAJudge_ModelConfig_BedrockEvaluatorModelConfig_AdditionalModelRequestFields |
-BedrockEvaluatorModelConfig_ModelId <
String>
The identifier of the Amazon Bedrock model to use for evaluation. Must be a supported foundation model available in your region.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_LlmAsAJudge_ModelConfig_BedrockEvaluatorModelConfig_ModelId |
Amazon.PowerShell.Cmdlets.BACC.AmazonBedrockAgentCoreControlClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see
Ensuring idempotency.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The updated description of the evaluator.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-EvaluatorConfig_CodeBased_LambdaConfig_LambdaArn <
String>
The Amazon Resource Name (ARN) of the Lambda function that implements the evaluation logic.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-EvaluatorConfig_CodeBased_LambdaConfig_LambdaTimeoutInSecond <
Int32>
The timeout in seconds for the Lambda function invocation. Defaults to 60. Must be between 1 and 300.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_CodeBased_LambdaConfig_LambdaTimeoutInSeconds |
The unique identifier of the evaluator to update.
| Required? | True |
| Position? | 1 |
| Accept pipeline input? | True (ByValue, ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-InferenceConfig_MaxToken <
Int32>
The maximum number of tokens to generate in the model response during evaluation.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_LlmAsAJudge_ModelConfig_BedrockEvaluatorModelConfig_InferenceConfig_MaxTokens |
-InferenceConfig_StopSequence <
String[]>
The list of sequences that will cause the model to stop generating tokens when encountered. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_LlmAsAJudge_ModelConfig_BedrockEvaluatorModelConfig_InferenceConfig_StopSequences |
-InferenceConfig_Temperature <
Single>
The temperature value that controls randomness in the model's responses. Lower values produce more deterministic outputs.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_LlmAsAJudge_ModelConfig_BedrockEvaluatorModelConfig_InferenceConfig_Temperature |
-InferenceConfig_TopP <
Single>
The top-p sampling parameter that controls the diversity of the model's responses by limiting the cumulative probability of token choices.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_LlmAsAJudge_ModelConfig_BedrockEvaluatorModelConfig_InferenceConfig_TopP |
The Amazon Resource Name (ARN) of a customer managed KMS key to use for encrypting sensitive evaluator data. Specify a new key ARN to rotate the encryption key, or specify a key ARN to add encryption to an evaluator that was previously created without one. When you rotate to a new key, the service decrypts the existing data with the old key and re-encrypts it with the new key. Only symmetric encryption KMS keys are supported. For more information, see
Encryption at rest for AgentCore Evaluations.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The updated evaluation level (TOOL_CALL, TRACE, or SESSION) that determines the scope of evaluation.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-LlmAsAJudge_Instruction <
String>
The evaluation instructions that guide the language model in assessing agent performance, including criteria and evaluation guidelines.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_LlmAsAJudge_Instructions |
The categorical rating scale with named categories and definitions for qualitative evaluation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_LlmAsAJudge_RatingScale_Categorical |
The numerical rating scale with defined score values and descriptions for quantitative evaluation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | EvaluatorConfig_LlmAsAJudge_RatingScale_Numerical |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BedrockAgentCoreControl.Model.UpdateEvaluatorResponse). Specifying the name of a property of type Amazon.BedrockAgentCoreControl.Model.UpdateEvaluatorResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |