EvaluatorAttributes
- class aws_cdk.aws_bedrock_agentcore_alpha.EvaluatorAttributes(*, evaluator_arn, evaluator_id, evaluator_name=None)
Bases:
object(experimental) Attributes for importing an existing Evaluator.
- Parameters:
evaluator_arn (
str) – (experimental) The ARN of the evaluator.evaluator_id (
str) – (experimental) The ID of the evaluator.evaluator_name (
Optional[str]) – (experimental) The name of the evaluator. Default: - No name available
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_bedrock_agentcore_alpha as bedrock_agentcore_alpha evaluator_attributes = bedrock_agentcore_alpha.EvaluatorAttributes( evaluator_arn="evaluatorArn", evaluator_id="evaluatorId", # the properties below are optional evaluator_name="evaluatorName" )
Attributes
- evaluator_arn
(experimental) The ARN of the evaluator.
- Stability:
experimental
- evaluator_id
(experimental) The ID of the evaluator.
- Stability:
experimental
- evaluator_name
(experimental) The name of the evaluator.
- Default:
No name available
- Stability:
experimental