Values.LambdaGraderConfigSourceConfiguration for using an AWS Lambda function to grade model responses during reinforcement fine-tuning training.
type nonrec t = {lambdaArn : LambdaArn.t;ARN of the AWS Lambda function that will evaluate model responses and return reward scores for RFT training.
*)}