Module Values.TeacherModelConfigSource

Details about a teacher model used for model customization.

Sourcetype nonrec t = {
  1. teacherModelIdentifier : TeacherModelIdentifier.t;
    (*

    The identifier of the teacher model.

    *)
  2. maxResponseLengthForInference : Integer.t option;
    (*

    The maximum number of tokens requested when the customization job invokes the teacher model.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResponseLengthForInference:??? -> teacherModelIdentifier:TeacherModelIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of TeacherModelIdentifier.t ]) 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