Class CfnOnlineEvaluationConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnOnlineEvaluationConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOnlineEvaluationConfigProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOnlineEvaluationConfigProps
@Stability(Stable)
@Internal
public static final class CfnOnlineEvaluationConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOnlineEvaluationConfigProps
An implementation for
CfnOnlineEvaluationConfigProps-
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.CfnOnlineEvaluationConfigProps
CfnOnlineEvaluationConfigProps.Builder, CfnOnlineEvaluationConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOnlineEvaluationConfigProps.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 ObjectThe configuration that specifies where to read agent traces for online evaluation.final StringThe description of the online evaluation configuration.final StringThe Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.final ObjectThe list of evaluators to apply during online evaluation.final StringThe name of the online evaluation configuration.final ObjectgetRule()The evaluation rule that defines sampling configuration, filtering criteria, and session detection settings.getTags()A list of tags to assign to the online evaluation configuration.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 theCfnOnlineEvaluationConfigProps.Builder.
-
-
Method Details
-
getDataSourceConfig
Description copied from interface:CfnOnlineEvaluationConfigPropsThe configuration that specifies where to read agent traces for online evaluation.Returns union: either
IResolvableorCfnOnlineEvaluationConfig.DataSourceConfigProperty- Specified by:
getDataSourceConfigin interfaceCfnOnlineEvaluationConfigProps- See Also:
-
getEvaluationExecutionRoleArn
Description copied from interface:CfnOnlineEvaluationConfigPropsThe Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.- Specified by:
getEvaluationExecutionRoleArnin interfaceCfnOnlineEvaluationConfigProps- See Also:
-
getEvaluators
Description copied from interface:CfnOnlineEvaluationConfigPropsThe list of evaluators to apply during online evaluation.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOnlineEvaluationConfig.EvaluatorReferenceProperty>- Specified by:
getEvaluatorsin interfaceCfnOnlineEvaluationConfigProps- See Also:
-
getOnlineEvaluationConfigName
Description copied from interface:CfnOnlineEvaluationConfigPropsThe name of the online evaluation configuration.Must be unique within your account.
- Specified by:
getOnlineEvaluationConfigNamein interfaceCfnOnlineEvaluationConfigProps- See Also:
-
getRule
Description copied from interface:CfnOnlineEvaluationConfigPropsThe evaluation rule that defines sampling configuration, filtering criteria, and session detection settings.Returns union: either
IResolvableorCfnOnlineEvaluationConfig.RuleProperty- Specified by:
getRulein interfaceCfnOnlineEvaluationConfigProps- See Also:
-
getDescription
Description copied from interface:CfnOnlineEvaluationConfigPropsThe description of the online evaluation configuration.- Specified by:
getDescriptionin interfaceCfnOnlineEvaluationConfigProps- See Also:
-
getTags
Description copied from interface:CfnOnlineEvaluationConfigPropsA list of tags to assign to the online evaluation configuration.- Specified by:
getTagsin interfaceCfnOnlineEvaluationConfigProps- 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()
-