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: createDataset()
Call Signature
Parameters
dataset
DatasetType
The dataset content as a path, object, or array.
name
string
The name of the dataset.
Returns
Promise<DatasetDBType>
A promise that resolves to the created dataset.
Call Signature
Parameters
options
CreateDatasetOptions
The options used to create the dataset.
Returns
Promise<DatasetDBType>
A promise that resolves to the created dataset.