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: null | string;
        expectedOutputSchema: unknown;
        id: string;
        inputSchema: unknown;
        metadata?: unknown;
        name: string;
        projectId: string;
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string
    description: null | string

    Description of the dataset

    expectedOutputSchema: unknown

    JSON Schema for validating dataset item expected outputs

    id: string
    inputSchema: unknown

    JSON Schema for validating dataset item inputs

    metadata?: unknown

    Metadata associated with the dataset

    name: string
    projectId: string
    updatedAt: string