Langfuse JS/TS SDKs
    Preparing search index...

    Interface DatasetRunWithItems

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

    interface DatasetRunWithItems {
        createdAt: string;
        datasetId: string;
        datasetName: string;
        datasetRunItems: DatasetRunItem[];
        description?: string;
        id: string;
        metadata?: unknown;
        name: string;
        updatedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string

    The date and time when the dataset run was created

    datasetId: string

    Id of the associated dataset

    datasetName: string

    Name of the associated dataset

    datasetRunItems: DatasetRunItem[]
    description?: string

    Description of the run

    id: string

    Unique identifier of the dataset run

    metadata?: unknown

    Metadata of the dataset run

    name: string

    Name of the dataset run

    updatedAt: string

    The date and time when the dataset run was last updated