import { ListBatchesResponse } from "argot-open-ai/models/components";
let value: ListBatchesResponse = {
data: [
{
id: "<id>",
object: "batch",
endpoint: "<value>",
inputFileId: "<id>",
completionWindow: "<value>",
status: "cancelled",
createdAt: 362189,
},
],
firstId: "batch_abc123",
lastId: "batch_abc456",
hasMore: false,
object: "list",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
data |
components.Batch[] | ✔️ | N/A | |
firstId |
string | ➖ | N/A | batch_abc123 |
lastId |
string | ➖ | N/A | batch_abc456 |
hasMore |
boolean | ✔️ | N/A | |
object |
components.ListBatchesResponseObject | ✔️ | N/A |