Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnOnlineEvaluationConfigProps.Builder
Packages that use CfnOnlineEvaluationConfigProps.Builder
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of CfnOnlineEvaluationConfigProps.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnOnlineEvaluationConfigProps.BuilderModifier and TypeMethodDescriptionCfnOnlineEvaluationConfigProps.builder()CfnOnlineEvaluationConfigProps.Builder.dataSourceConfig(IResolvable dataSourceConfig) Sets the value ofCfnOnlineEvaluationConfigProps.getDataSourceConfig()CfnOnlineEvaluationConfigProps.Builder.dataSourceConfig(CfnOnlineEvaluationConfig.DataSourceConfigProperty dataSourceConfig) Sets the value ofCfnOnlineEvaluationConfigProps.getDataSourceConfig()CfnOnlineEvaluationConfigProps.Builder.description(String description) Sets the value ofCfnOnlineEvaluationConfigProps.getDescription()CfnOnlineEvaluationConfigProps.Builder.evaluationExecutionRoleArn(String evaluationExecutionRoleArn) Sets the value ofCfnOnlineEvaluationConfigProps.getEvaluationExecutionRoleArn()CfnOnlineEvaluationConfigProps.Builder.evaluators(List<? extends Object> evaluators) Sets the value ofCfnOnlineEvaluationConfigProps.getEvaluators()CfnOnlineEvaluationConfigProps.Builder.evaluators(IResolvable evaluators) Sets the value ofCfnOnlineEvaluationConfigProps.getEvaluators()CfnOnlineEvaluationConfigProps.Builder.onlineEvaluationConfigName(String onlineEvaluationConfigName) Sets the value ofCfnOnlineEvaluationConfigProps.getOnlineEvaluationConfigName()CfnOnlineEvaluationConfigProps.Builder.rule(IResolvable rule) Sets the value ofCfnOnlineEvaluationConfigProps.getRule()CfnOnlineEvaluationConfigProps.Builder.rule(CfnOnlineEvaluationConfig.RuleProperty rule) Sets the value ofCfnOnlineEvaluationConfigProps.getRule()Sets the value ofCfnOnlineEvaluationConfigProps.getTags()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type CfnOnlineEvaluationConfigProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOnlineEvaluationConfigProps.Builder.