Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnOnlineEvaluationConfig.Builder
Packages that use CfnOnlineEvaluationConfig.Builder
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of CfnOnlineEvaluationConfig.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnOnlineEvaluationConfig.BuilderModifier and TypeMethodDescriptionCfnOnlineEvaluationConfig.Builder.dataSourceConfig(IResolvable dataSourceConfig) The configuration that specifies where to read agent traces for online evaluation.CfnOnlineEvaluationConfig.Builder.dataSourceConfig(CfnOnlineEvaluationConfig.DataSourceConfigProperty dataSourceConfig) The configuration that specifies where to read agent traces for online evaluation.CfnOnlineEvaluationConfig.Builder.description(String description) The description of the online evaluation configuration.CfnOnlineEvaluationConfig.Builder.evaluationExecutionRoleArn(String evaluationExecutionRoleArn) The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.CfnOnlineEvaluationConfig.Builder.evaluators(List<? extends Object> evaluators) The list of evaluators to apply during online evaluation.CfnOnlineEvaluationConfig.Builder.evaluators(IResolvable evaluators) The list of evaluators to apply during online evaluation.CfnOnlineEvaluationConfig.Builder.onlineEvaluationConfigName(String onlineEvaluationConfigName) The name of the online evaluation configuration.CfnOnlineEvaluationConfig.Builder.rule(IResolvable rule) The evaluation rule that defines sampling configuration, filtering criteria, and session detection settings.CfnOnlineEvaluationConfig.Builder.rule(CfnOnlineEvaluationConfig.RuleProperty rule) The evaluation rule that defines sampling configuration, filtering criteria, and session detection settings.A list of tags to assign to the online evaluation configuration.