/** * This file was auto-generated by Fern from our API Definition. */ export type FineTuningResponseModelStateValue = "not_started" | "queued" | "fine_tuning" | "fine_tuned" | "failed" | "delayed"; export declare const FineTuningResponseModelStateValue: { readonly NotStarted: "not_started"; readonly Queued: "queued"; readonly FineTuning: "fine_tuning"; readonly FineTuned: "fine_tuned"; readonly Failed: "failed"; readonly Delayed: "delayed"; };