interface EvaluatorReferenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnOnlineEvaluationConfig.EvaluatorReferenceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnOnlineEvaluationConfig_EvaluatorReferenceProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnOnlineEvaluationConfig.EvaluatorReferenceProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnOnlineEvaluationConfig.EvaluatorReferenceProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnOnlineEvaluationConfig » 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-lib';
const evaluatorReferenceProperty: bedrockagentcore.CfnOnlineEvaluationConfig.EvaluatorReferenceProperty = {
evaluatorId: 'evaluatorId',
};
Properties
| Name | Type | Description |
|---|---|---|
| evaluator | string | The unique identifier of the evaluator. |
evaluatorId
Type:
string
The unique identifier of the evaluator.

.NET
Go
Java
Python
TypeScript