Class CfnEvaluatorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnEvaluatorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluatorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluatorProps
@Stability(Stable)
@Internal
public static final class CfnEvaluatorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluatorProps
An implementation for
CfnEvaluatorProps-
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.CfnEvaluatorProps
CfnEvaluatorProps.Builder, CfnEvaluatorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEvaluatorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluatorProps.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 ObjectThe configuration that defines how an evaluator assesses agent performance.final StringThe name of the evaluator.final StringgetLevel()getTags()A list of tags to assign to 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 theCfnEvaluatorProps.Builder.
-
-
Method Details
-
getEvaluatorConfig
Description copied from interface:CfnEvaluatorPropsThe configuration that defines how an evaluator assesses agent performance.Returns union: either
IResolvableorCfnEvaluator.EvaluatorConfigProperty- Specified by:
getEvaluatorConfigin interfaceCfnEvaluatorProps- See Also:
-
getEvaluatorName
Description copied from interface:CfnEvaluatorPropsThe name of the evaluator.Must be unique within your account.
- Specified by:
getEvaluatorNamein interfaceCfnEvaluatorProps- See Also:
-
getLevel
- Specified by:
getLevelin interfaceCfnEvaluatorProps- See Also:
-
getDescription
Description copied from interface:CfnEvaluatorPropsThe description of the evaluator.- Specified by:
getDescriptionin interfaceCfnEvaluatorProps- See Also:
-
getTags
Description copied from interface:CfnEvaluatorPropsA list of tags to assign to the evaluator.- Specified by:
getTagsin interfaceCfnEvaluatorProps- 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()
-