import { SampleType } from "@mistralai/mistralai/models/components";
let value: SampleType = "batch_result";
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>