Uses of Class
software.amazon.awscdk.services.bedrockagentcore.OnlineEvaluationConfig.Builder
Packages that use OnlineEvaluationConfig.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of OnlineEvaluationConfig.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return OnlineEvaluationConfig.BuilderModifier and TypeMethodDescriptionOnlineEvaluationConfig.Builder.dataSource(DataSourceConfig dataSource) The data source configuration that specifies where to read agent traces from.OnlineEvaluationConfig.Builder.description(String description) The description of the online evaluation configuration.OnlineEvaluationConfig.Builder.evaluators(List<? extends EvaluatorSelector> evaluators) The list of evaluators to apply during online evaluation.OnlineEvaluationConfig.Builder.executionRole(IRole executionRole) The IAM role that provides permissions for the evaluation to access AWS services.OnlineEvaluationConfig.Builder.executionStatus(ExecutionStatus executionStatus) The execution status of the online evaluation configuration.OnlineEvaluationConfig.Builder.filters(List<? extends FilterConfig> filters) The list of filters that determine which agent traces should be evaluated.OnlineEvaluationConfig.Builder.onlineEvaluationConfigName(String onlineEvaluationConfigName) The name of the online evaluation configuration.OnlineEvaluationConfig.Builder.samplingPercentage(Number samplingPercentage) The percentage of agent traces to sample for evaluation.OnlineEvaluationConfig.Builder.sessionTimeout(Duration sessionTimeout) The duration of inactivity after which an agent session is considered complete and ready for evaluation.Tags for the online evaluation configuration.