Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 338 Bytes

filepurpose.md

File metadata and controls

17 lines (11 loc) · 338 Bytes

FilePurpose

Example Usage

import { FilePurpose } from "@mistralai/mistralai/models/components";

let value: FilePurpose = "fine-tune";

Values

This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.

"fine-tune" | "batch" | Unrecognized<string>