/** * This file was auto-generated by Fern from our API Definition. */ export declare type FinetuningState = "not_started" | "is_fine_tuning" | "fine_tuned"; export declare const FinetuningState: { readonly NotStarted: "not_started"; readonly IsFineTuning: "is_fine_tuning"; readonly FineTuned: "fine_tuned"; };