Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 391 Bytes

sampletype.md

File metadata and controls

17 lines (11 loc) · 391 Bytes

SampleType

Example Usage

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

let value: SampleType = "batch_result";

Values

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

"pretrain" | "instruct" | "batch_request" | "batch_result" | "batch_error" | Unrecognized<string>