Values.TeacherModelConfigSourceDetails about a teacher model used for model customization.
type nonrec t = {teacherModelIdentifier : TeacherModelIdentifier.t;The identifier of the teacher model.
*)maxResponseLengthForInference : Integer.t option;The maximum number of tokens requested when the customization job invokes the teacher model.
*)}val make :
?maxResponseLengthForInference:??? ->
teacherModelIdentifier:TeacherModelIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t | `String of TeacherModelIdentifier.t ])
list ]