Update Metric
Update an existing Metric. You must specify the evalType and outputType of the metric. The structure of a metric depends on the evalType and outputType of the metric.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Metric to update.
"321"
Body
A Metric with AI evaluation and integer output.
A Metric with AI evaluation and integer output.
A Metric with human evaluation and integer output.
A Metric with heuristic evaluation and integer output.
A Metric with AI evaluation and boolean output.
A Metric with human evaluation and boolean output.
A Metric with heuristic evaluation and boolean output.
Response
Metric updated successfully
A Metric defines how to evaluate system outputs against expected results. A Metric with AI evaluation and integer output.
A Metric defines how to evaluate system outputs against expected results. A Metric with AI evaluation and integer output.
A Metric defines how to evaluate system outputs against expected results. A Metric with human evaluation and integer output.
A Metric defines how to evaluate system outputs against expected results. A Metric with heuristic evaluation and integer output.
A Metric defines how to evaluate system outputs against expected results. A Metric with AI evaluation and boolean output.
A Metric defines how to evaluate system outputs against expected results. A Metric with human evaluation and boolean output.
A Metric defines how to evaluate system outputs against expected results. A Metric with heuristic evaluation and boolean output.