Module Values.CustomizationConfigSource

A model customization configuration

Sourcetype nonrec t = {
  1. distillationConfig : DistillationConfig.t option;
    (*

    The Distillation configuration for the custom model.

    *)
  2. rftConfig : RFTConfig.t option;
    (*

    Configuration settings for reinforcement fine-tuning (RFT) model customization, including grader configuration and hyperparameters.

    *)
}
Sourceval make : ?distillationConfig:??? -> ?rftConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Float of RFTLearningRate.t | `Integer of Integer.t | `String of TeacherModelIdentifier.t | `Structure of (string * [> `String of LambdaArn.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t