OnlineEvaluationConfigAttributes
- class aws_cdk.aws_bedrock_agentcore_alpha.OnlineEvaluationConfigAttributes(*, online_evaluation_config_arn, online_evaluation_config_id, online_evaluation_config_name, execution_role_arn=None)
Bases:
object(deprecated) Attributes for importing an existing OnlineEvaluationConfig.
- Parameters:
online_evaluation_config_arn (
str) – (deprecated) The ARN of the online evaluation configuration.online_evaluation_config_id (
str) – (deprecated) The ID of the online evaluation configuration.online_evaluation_config_name (
str) – (deprecated) The name of the online evaluation configuration.execution_role_arn (
Optional[str]) – (deprecated) The ARN of the IAM execution role. Default: - No role ARN provided
- Deprecated:
Use the equivalent construct from
aws-cdk-lib/aws-bedrockagentcoreinstead.- Stability:
deprecated
- 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 online_evaluation_config_attributes = bedrock_agentcore_alpha.OnlineEvaluationConfigAttributes( online_evaluation_config_arn="onlineEvaluationConfigArn", online_evaluation_config_id="onlineEvaluationConfigId", online_evaluation_config_name="onlineEvaluationConfigName", # the properties below are optional execution_role_arn="executionRoleArn" )
Attributes
- execution_role_arn
(deprecated) The ARN of the IAM execution role.
- Default:
No role ARN provided
- Stability:
deprecated
- online_evaluation_config_arn
(deprecated) The ARN of the online evaluation configuration.
- Stability:
deprecated
- online_evaluation_config_id
(deprecated) The ID of the online evaluation configuration.
- Stability:
deprecated
- online_evaluation_config_name
(deprecated) The name of the online evaluation configuration.
- Stability:
deprecated