Class CodeBasedOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CodeBasedOptions.Jsii$Proxy
All Implemented Interfaces:
CodeBasedOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CodeBasedOptions

@Stability(Stable) @Internal public static final class CodeBasedOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeBasedOptions
An implementation for CodeBasedOptions
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CodeBasedOptions

    CodeBasedOptions.Builder, CodeBasedOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CodeBasedOptions.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final IFunction
    The Lambda function used for evaluation.
    final Duration
    The timeout for the Lambda function invocation during evaluation.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CodeBasedOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CodeBasedOptions.Builder.
  • Method Details

    • getLambdaFunction

      public final IFunction getLambdaFunction()
      Description copied from interface: CodeBasedOptions
      The Lambda function used for evaluation.

      The function will be granted invoke permissions for the bedrock-agentcore.amazonaws.com service principal, scoped to this specific evaluator resource.

      Specified by:
      getLambdaFunction in interface CodeBasedOptions
    • getTimeout

      public final Duration getTimeout()
      Description copied from interface: CodeBasedOptions
      The timeout for the Lambda function invocation during evaluation.

      When not specified, the AgentCore evaluation service uses its default timeout for Lambda-based evaluators.

      Default: - The AgentCore evaluation service's default Lambda timeout is used

      Specified by:
      getTimeout in interface CodeBasedOptions
      See Also:
    • $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