Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 315 Bytes

File metadata and controls

19 lines (12 loc) · 315 Bytes

FilePurpose

Example Usage

from mistralai.client.models import FilePurpose

# Open enum: unrecognized values are captured as UnrecognizedStr
value: FilePurpose = "fine-tune"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "fine-tune"
  • "batch"
  • "ocr"