HoneyHive TypeScript API SDK
    Preparing search index...

    Type Alias GetExperimentComparisonPath

    type GetExperimentComparisonPath = {
        new_run_id: string;
        old_run_id: string;
    }
    Index

    Properties

    new_run_id: string

    New experiment run ID to compare (UUIDv4)

    old_run_id: string

    Old experiment run ID to compare against (UUIDv4)