import { ListFilesOut } from "@mistralai/mistralai/models/components";
let value: ListFilesOut = {
data: [
{
id: "497f6eca-6276-4993-bfeb-53cbbbba6f09",
object: "file",
sizeBytes: 13000,
createdAt: 1716963433,
filename: "files_upload.jsonl",
purpose: "fine-tune",
sampleType: "instruct",
source: "repository",
},
],
object: "<value>",
total: 570197,
};
Field | Type | Required | Description |
---|---|---|---|
data |
components.FileSchema[] | ✔️ | N/A |
object |
string | ✔️ | N/A |
total |
number | ✔️ | N/A |