HoneyHive TypeScript API SDK
    Preparing search index...

    Type Alias AddDatapointsRequest

    type AddDatapointsRequest = {
        data: { [key: string]: unknown }[];
        mapping: { ground_truth?: string[]; history?: string[]; inputs?: string[] };
    }
    Index

    Properties

    Properties

    data: { [key: string]: unknown }[]

    Array of datapoint data objects to add

    mapping: { ground_truth?: string[]; history?: string[]; inputs?: string[] }

    Type Declaration

    • Optionalground_truth?: string[]
      []
      
    • Optionalhistory?: string[]
      []
      
    • Optionalinputs?: string[]
      []
      

    Field mapping for inputs, ground truth, and history