Langfuse JS/TS SDKs
    Preparing search index...

    Interface BaseScoreV1

    interface BaseScoreV1 {
        authorUserId?: string;
        comment?: string;
        configId?: string;
        createdAt: string;
        environment?: string;
        id: string;
        metadata?: unknown;
        name: string;
        observationId?: string;
        queueId?: string;
        source: ScoreSource;
        timestamp: string;
        traceId: string;
        updatedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authorUserId?: string
    comment?: string
    configId?: string

    Reference a score config on a score. When set, config and score name must be equal and value must comply to optionally defined numerical range

    createdAt: string
    environment?: string

    The environment from which this score originated. Can be any lowercase alphanumeric string with hyphens and underscores that does not start with 'langfuse'.

    id: string
    metadata?: unknown
    name: string
    observationId?: string
    queueId?: string

    Reference an annotation queue on a score. Populated if the score was initially created in an annotation queue.

    source: ScoreSource
    timestamp: string
    traceId: string
    updatedAt: string