Package com.openai.models.graders.gradermodels
See: Description
-
Class Summary Class Description Builder A builder for LabelModelGrader. Builder A builder for Input. Builder A builder for OutputText. OutputText A text output from the model. Content Text inputs to the model - can contain template strings. Role The role of the message input. Type The type of the message input. Input A message input to the model with a role indicating instruction following hierarchy. LabelModelGrader A LabelModelGrader object which uses a model to assign labels to each item in the evaluation. Builder A builder for MultiGrader. Builder A builder for Graders. Graders MultiGrader A MultiGrader object combines the output of multiple graders to produce a single score. Builder A builder for PythonGrader. PythonGrader A PythonGrader object that runs a python script on the input. Builder A builder for ScoreModelGrader. Builder A builder for Input. Builder A builder for OutputText. OutputText A text output from the model. Content Text inputs to the model - can contain template strings. Role The role of the message input. Type The type of the message input. Input A message input to the model with a role indicating instruction following hierarchy. ScoreModelGrader A ScoreModelGrader object that uses a model to assign a score to the input. Builder A builder for StringCheckGrader. Operation The string check operation to perform. StringCheckGrader A StringCheckGrader object that performs a string comparison between input and reference using a specified operation. Builder A builder for TextSimilarityGrader. EvaluationMetric The evaluation metric to use. TextSimilarityGrader A TextSimilarityGrader object which grades text based on similarity metrics. -
Enum Summary Enum Description Known An enum containing Role's known values. Value An enum containing Role's known values, as well as an _UNKNOWN member. Known An enum containing Type's known values. Value An enum containing Type's known values, as well as an _UNKNOWN member. Known An enum containing Role's known values. Value An enum containing Role's known values, as well as an _UNKNOWN member. Known An enum containing Type's known values. Value An enum containing Type's known values, as well as an _UNKNOWN member. Known An enum containing Operation's known values. Value An enum containing Operation's known values, as well as an _UNKNOWN member. Known An enum containing EvaluationMetric's known values. Value An enum containing EvaluationMetric's known values, as well as an _UNKNOWN member.