Class EvaluatorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.EvaluatorProps.Jsii$Proxy
- All Implemented Interfaces:
EvaluatorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EvaluatorProps
@Stability(Stable)
@Internal
public static final class EvaluatorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EvaluatorProps
An implementation for
EvaluatorProps-
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.EvaluatorProps
EvaluatorProps.Builder, EvaluatorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EvaluatorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEvaluatorProps.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 booleanfinal StringThe description of the evaluator.final EvaluatorConfigThe configuration that defines how the evaluator assesses agent performance.final StringThe name of the evaluator.final EvaluationLevelgetLevel()The level at which the evaluator assesses agent performance.getTags()Tags for the evaluator.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 theEvaluatorProps.Builder.
-
-
Method Details
-
getEvaluatorConfig
Description copied from interface:EvaluatorPropsThe configuration that defines how the evaluator assesses agent performance.Use
EvaluatorConfig.llmAsAJudge()for model-based evaluation orEvaluatorConfig.codeBased()for Lambda-based evaluation.- Specified by:
getEvaluatorConfigin interfaceEvaluatorProps
-
getEvaluatorName
Description copied from interface:EvaluatorPropsThe name of the evaluator.Must be unique within your account. Valid characters are a-z, A-Z, 0-9, _ (underscore). Must start with a letter and can be up to 48 characters long.
- Specified by:
getEvaluatorNamein interfaceEvaluatorProps
-
getLevel
Description copied from interface:EvaluatorPropsThe level at which the evaluator assesses agent performance.Determines what granularity of data the evaluator operates on: tool call, trace (single request-response), or session (full conversation).
- Specified by:
getLevelin interfaceEvaluatorProps
-
getDescription
Description copied from interface:EvaluatorPropsThe description of the evaluator.Default: - No description
- Specified by:
getDescriptionin interfaceEvaluatorProps
-
getTags
Description copied from interface:EvaluatorPropsTags for the evaluator.A list of key:value pairs of tags to apply to this Evaluator resource.
Default: - No tags
- Specified by:
getTagsin interfaceEvaluatorProps
-
$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()
-