EvalMetric
Example Usage
typescript
import { EvalMetric } from "@meetkai/mka1/models/components";
let value: EvalMetric = {
id: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
aggregation | components.Aggregation | ➖ | N/A |
higherIsBetter | boolean | ➖ | N/A |
description | string | ➖ | N/A |
additionalProperties | Record<string, any> | ➖ | N/A |