Interface LambdaGraderConfig.Builder

  • Method Details

    • lambdaArn

      LambdaGraderConfig.Builder lambdaArn(String lambdaArn)

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

      Parameters:
      lambdaArn - ARN of the AWS Lambda function that will evaluate model responses and return reward scores for RFT training.
      Returns:
      Returns a reference to this object so that method calls can be chained together.