Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Function: getDatasetRecordsFromArray()

function getDatasetRecordsFromArray(
  recordsArray: Record<string, unknown>[],
): DatasetRecord[];
Defined in: src/utils/datasets.ts Converts an array of raw record objects into dataset records.

Parameters

recordsArray

Record<string, unknown>[] The raw records to convert.

Returns

DatasetRecord[] The list of dataset records created from the raw records.