Skip to content

Bedrock  >  Unions  >  GraderConfig

GraderConfig

Union Type

GraderConfig module-attribute

Configuration for the grader used in reinforcement fine-tuning to evaluate model responses and provide reward signals.

Union Member Types

GraderConfigLambdaGrader dataclass

Configuration for using an AWS Lambda function as the grader for evaluating model responses and provide reward signals in reinforcement fine-tuning.

Attributes

value instance-attribute

GraderConfigUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str