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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String