/AWS1/CL_BDKLAMBDAGRADERCONFIG¶
Configuration for using an AWS Lambda function to grade model responses during reinforcement fine-tuning training.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_lambdaarn TYPE /AWS1/BDKLAMBDAARN /AWS1/BDKLAMBDAARN¶
ARN of the AWS Lambda function that will evaluate model responses and return reward scores for RFT training.
Queryable Attributes¶
lambdaArn¶
ARN of the AWS Lambda function that will evaluate model responses and return reward scores for RFT training.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDAARN() |
Getter for LAMBDAARN, with configurable default |
ASK_LAMBDAARN() |
Getter for LAMBDAARN w/ exceptions if field has no value |
HAS_LAMBDAARN() |
Determine if LAMBDAARN has a value |