Evaluator Input and Return Types Supported
Eval Function Inputs
The Eval function input values are supported below:
Parameter name | Description | Example |
---|---|---|
| experiment run input |
|
| experiment run output |
|
| the entire row of the data, including every column as dictionary key |
|
| experiment metadata |
|
Output: EvaluationResult
The EvaluationResult results can be a score, label, tuple (score, label, explanation) or a Class EvaluationResult
The Eval function input values are supported below:
Return Type | Description |
---|---|
| Score, label and explanation |
| Score output |
| Label string output |
Last updated