Class LlmAsAJudgeOptions.Jsii$Proxy
- All Implemented Interfaces:
LlmAsAJudgeOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LlmAsAJudgeOptions
LlmAsAJudgeOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.LlmAsAJudgeOptions
LlmAsAJudgeOptions.Builder, LlmAsAJudgeOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(LlmAsAJudgeOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theLlmAsAJudgeOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanAdditional model-specific request fields.final EvaluatorInferenceConfigOptional inference configuration parameters that control model behavior during evaluation.final StringThe evaluation instructions that guide the language model in assessing agent performance.final StringThe identifier of the Amazon Bedrock model to use for evaluation.final EvaluatorRatingScaleThe rating scale that defines how the evaluator should score agent performance.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLlmAsAJudgeOptions.Builder.
-
-
Method Details
-
getInstructions
Description copied from interface:LlmAsAJudgeOptionsThe evaluation instructions that guide the language model in assessing agent performance.These instructions define the evaluation criteria, context, and expected behavior. Instructions must contain placeholders appropriate for the evaluation level (e.g.,
{context},{available_tools}for SESSION level).Note: Evaluators using reference-input placeholders (e.g.,
{expected_tool_trajectory},{assertions},{expected_response}) are only compatible with on-demand evaluation, not online evaluation.- Specified by:
getInstructionsin interfaceLlmAsAJudgeOptions- See Also:
-
getModelId
Description copied from interface:LlmAsAJudgeOptionsThe identifier of the Amazon Bedrock model to use for evaluation.Accepts standard model IDs (e.g.,
'anthropic.claude-sonnet-4-6') and cross-region inference profile IDs with region prefixes (e.g.,'us.anthropic.claude-sonnet-4-6','eu.anthropic.claude-sonnet-4-6').- Specified by:
getModelIdin interfaceLlmAsAJudgeOptions
-
getRatingScale
Description copied from interface:LlmAsAJudgeOptionsThe rating scale that defines how the evaluator should score agent performance.- Specified by:
getRatingScalein interfaceLlmAsAJudgeOptions
-
getAdditionalModelRequestFields
Description copied from interface:LlmAsAJudgeOptionsAdditional model-specific request fields.Default: - No additional fields
- Specified by:
getAdditionalModelRequestFieldsin interfaceLlmAsAJudgeOptions
-
getInferenceConfig
Description copied from interface:LlmAsAJudgeOptionsOptional inference configuration parameters that control model behavior during evaluation.When not specified, the foundation model uses its own default values for maxTokens, temperature, and topP.
Default: - The foundation model's default inference parameters are used
- Specified by:
getInferenceConfigin interfaceLlmAsAJudgeOptions- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-