SpanEvent autogen.beta.eval.sources._spans.SpanEvent dataclass # SpanEvent(name, attributes=dict()) A point-in-time event recorded on a span (e.g. a recorded exception). name instance-attribute # name attributes class-attribute instance-attribute # attributes = field(default_factory=dict)