Module Values.LambdaGraderConfigSource

Configuration for using an AWS Lambda function to grade model responses during reinforcement fine-tuning training.

Sourcetype nonrec t = {
  1. lambdaArn : LambdaArn.t;
    (*

    ARN of the AWS Lambda function that will evaluate model responses and return reward scores for RFT training.

    *)
}
Sourceval context_ : string
Sourceval make : lambdaArn:LambdaArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LambdaArn.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