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.


Interface: DatasetRecord

Defined in: src/types/dataset.types.ts

Properties

id?

optional id: string;
Defined in: src/types/dataset.types.ts

input?

optional input: string;
Defined in: src/types/dataset.types.ts

metadata?

optional metadata: Record<string, string>;
Defined in: src/types/dataset.types.ts

output?

optional output: string;
Defined in: src/types/dataset.types.ts