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.
load_dataset
dataset: Dataset object, list of records, or dataset namedataset_id: ID of the datasetdataset_name: Name of the dataset
ValueError: If no dataset information is provided or dataset doesn’t exist
Dataset object or None:
load_dataset_and_records
dataset: Dataset object, list of records, or dataset namedataset_id: ID of the datasetdataset_name: Name of the dataset
ValueError: If no dataset information is provided or dataset doesn’t exist
Tuple containing (Dataset object or None, records list):