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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CodeBasedOptions
CodeBasedOptions.Builder, CodeBasedOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CodeBasedOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeBasedOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCodeBasedOptions.Builder.
-
-
Method Details
-
getLambdaFunction
Description copied from interface:CodeBasedOptionsThe Lambda function used for evaluation.The function will be granted invoke permissions for the
bedrock-agentcore.amazonaws.com.rproxy.goskope.comservice principal, scoped to this specific evaluator resource.- Specified by:
getLambdaFunctionin interfaceCodeBasedOptions
-
getTimeout
Description copied from interface:CodeBasedOptionsThe 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:
getTimeoutin interfaceCodeBasedOptions- 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()
-