Interface LambdaGraderConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaGraderConfig.Builder,,LambdaGraderConfig> SdkBuilder<LambdaGraderConfig.Builder,,LambdaGraderConfig> SdkPojo
- Enclosing class:
LambdaGraderConfig
@Mutable
@NotThreadSafe
public static interface LambdaGraderConfig.Builder
extends SdkPojo, CopyableBuilder<LambdaGraderConfig.Builder,LambdaGraderConfig>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the AWS Lambda function that will evaluate model responses and return reward scores for RFT training.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-