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.
Type Alias: ListDatasetResponse
type ListDatasetResponse = object;
Defined in: src/types/new-api.types.ts
ListDatasetResponse
Properties
datasets?
optional datasets: DatasetDBType[];
Defined in: src/types/new-api.types.ts
Datasets
limit?
Defined in: src/types/new-api.types.ts
Limit
nextStartingToken?
optional nextStartingToken: number | null;
Defined in: src/types/new-api.types.ts
Next Starting Token
paginated?
optional paginated: boolean;
Defined in: src/types/new-api.types.ts
Paginated
startingToken?
optional startingToken: number;
Defined in: src/types/new-api.types.ts
Starting Token