Skip to content

Bedrock AgentCore  >  Structures  >  OnlineEvaluationTraceConfig

OnlineEvaluationTraceConfig

Structure Class

OnlineEvaluationTraceConfig dataclass

Contains the configuration for reusing agent traces from an online evaluation configuration for recommendation analysis. Because online evaluation is a continuous stream, a time range specifies which evaluated sessions the recommendation includes.

Attributes

end_time instance-attribute
end_time: datetime

The end time of the time range. Only sessions evaluated before this timestamp are included.

online_evaluation_config_arn instance-attribute
online_evaluation_config_arn: str

The ARN of the online evaluation configuration to reuse sessions from.

start_time instance-attribute
start_time: datetime

The start time of the time range. Only sessions evaluated at or after this timestamp are included.