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: convertDatasetRowToRecord()

function convertDatasetRowToRecord(datasetRow: DatasetRow): DatasetRecord;
Defined in: src/utils/datasets.ts Converts a dataset row to a dataset record.

Parameters

datasetRow

DatasetRow The dataset row to convert.

Returns

DatasetRecord The dataset record created from the row.