Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.CfnOnlineEvaluationConfig.RuleProperty
Packages that use CfnOnlineEvaluationConfig.RuleProperty
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of CfnOnlineEvaluationConfig.RuleProperty in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement CfnOnlineEvaluationConfig.RulePropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnOnlineEvaluationConfig.RulePropertyMethods in software.amazon.awscdk.services.bedrockagentcore that return CfnOnlineEvaluationConfig.RulePropertyModifier and TypeMethodDescriptionCfnOnlineEvaluationConfig.RuleProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type CfnOnlineEvaluationConfig.RulePropertyModifier and TypeMethodDescriptionCfnOnlineEvaluationConfig.Builder.rule(CfnOnlineEvaluationConfig.RuleProperty rule) The evaluation rule that defines sampling configuration, filtering criteria, and session detection settings.CfnOnlineEvaluationConfigProps.Builder.rule(CfnOnlineEvaluationConfig.RuleProperty rule) Sets the value ofCfnOnlineEvaluationConfigProps.getRule()voidCfnOnlineEvaluationConfig.setRule(CfnOnlineEvaluationConfig.RuleProperty value) The evaluation rule that defines sampling configuration, filtering criteria, and session detection settings.