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: getDatasetMetadata()
Type Parameters
T
T extends Record<string, unknown>
Parameters
params
RunExperimentParams<T>
Experiment parameters that may contain a dataset reference.
projectName
string
Project name used for dataset lookup when needed.
Returns
Promise<null | Dataset>
A promise that resolves to the dataset or null if not found.