OnlineEvaluationConfigReference

class aws_cdk.interfaces.aws_bedrockagentcore.OnlineEvaluationConfigReference(*, online_evaluation_config_arn)

Bases: object

A reference to a OnlineEvaluationConfig resource.

Parameters:

online_evaluation_config_arn (str) – The OnlineEvaluationConfigArn of the OnlineEvaluationConfig resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_bedrockagentcore as interfaces_bedrockagentcore

online_evaluation_config_reference = interfaces_bedrockagentcore.OnlineEvaluationConfigReference(
    online_evaluation_config_arn="onlineEvaluationConfigArn"
)

Attributes

online_evaluation_config_arn

The OnlineEvaluationConfigArn of the OnlineEvaluationConfig resource.