interface EvaluatorReferenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnOnlineEvaluationConfigPropsMixin.EvaluatorReferenceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnOnlineEvaluationConfigPropsMixin_EvaluatorReferenceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.EvaluatorReferenceProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.EvaluatorReferenceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnOnlineEvaluationConfigPropsMixin » EvaluatorReferenceProperty |
The reference to an evaluator used in online evaluation configurations.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const evaluatorReferenceProperty: bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.EvaluatorReferenceProperty = {
evaluatorId: 'evaluatorId',
};
Properties
| Name | Type | Description |
|---|---|---|
| evaluator | string | The unique identifier of the evaluator. |
evaluatorId?
Type:
string
(optional)
The unique identifier of the evaluator.

.NET
Go
Java
Python
TypeScript