Langfuse JS/TS SDKs
    Preparing search index...

    Type Alias ScoreSubjectV3

    ScoreSubjectV3:
        | ScoreSubjectV3.Trace
        | ScoreSubjectV3.Observation
        | ScoreSubjectV3.Session
        | Experiment

    A reference to the entity this score is attached to. Discriminated by "kind" — one of trace, observation, session, or experiment.

    Type declaration