View a markdown version of this page

OnlineEvaluationTraceConfig - Amazon Bedrock AgentCore Data Plane

OnlineEvaluationTraceConfig

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.

Contents

endTime

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

Type: Timestamp

Required: Yes

onlineEvaluationConfigArn

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

Type: String

Pattern: arn:aws[a-zA-Z-]*:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:online-evaluation-config\/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}

Required: Yes

startTime

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

Type: Timestamp

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: