Langfuse JS/TS SDKs
    Preparing search index...

    Interface Dataset

    This file was auto-generated by Fern from our API Definition.

    interface Dataset {
        createdAt: string;
        description?: string;
        id: string;
        metadata?: unknown;
        name: string;
        projectId: string;
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string
    description?: string
    id: string
    metadata?: unknown
    name: string
    projectId: string
    updatedAt: string