Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 598 Bytes

cancelbatchrequest.md

File metadata and controls

17 lines (12 loc) · 598 Bytes

CancelBatchRequest

Example Usage

import { CancelBatchRequest } from "argot-open-ai/models/operations";

let value: CancelBatchRequest = {
  batchId: "<id>",
};

Fields

Field Type Required Description
batchId string ✔️ The ID of the batch to cancel.