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
  • 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

      protected Jsii$Proxy(EvaluatorProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EvaluatorProps.Builder.
  • Method Details

    • getEvaluatorConfig

      public final EvaluatorConfig getEvaluatorConfig()
      Description copied from interface: EvaluatorProps
      The configuration that defines how the evaluator assesses agent performance.

      Use EvaluatorConfig.llmAsAJudge() for model-based evaluation or EvaluatorConfig.codeBased() for Lambda-based evaluation.

      Specified by:
      getEvaluatorConfig in interface EvaluatorProps
    • getEvaluatorName

      public final String getEvaluatorName()
      Description copied from interface: EvaluatorProps
      The 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:
      getEvaluatorName in interface EvaluatorProps
    • getLevel

      public final EvaluationLevel getLevel()
      Description copied from interface: EvaluatorProps
      The 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:
      getLevel in interface EvaluatorProps
    • getDescription

      public final String getDescription()
      Description copied from interface: EvaluatorProps
      The description of the evaluator.

      Default: - No description

      Specified by:
      getDescription in interface EvaluatorProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: EvaluatorProps
      Tags for the evaluator.

      A list of key:value pairs of tags to apply to this Evaluator resource.

      Default: - No tags

      Specified by:
      getTags in interface EvaluatorProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object