Values.CustomizationConfigSourceA model customization configuration
type nonrec t = {distillationConfig : DistillationConfig.t option;The Distillation configuration for the custom model.
*)rftConfig : RFTConfig.t option;Configuration settings for reinforcement fine-tuning (RFT) model customization, including grader configuration and hyperparameters.
*)}val 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 ]