Function: deleteMetric()
Parameters
params
The parameters for deleting the metric.DeleteMetricParams | DeleteMetricByNameParams
Returns
Promise<void>
A promise that resolves when the scorer(s) are successfully deleted.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function deleteMetric(
params: DeleteMetricParams | DeleteMetricByNameParams,
): Promise<void>;
DeleteMetricParams | DeleteMetricByNameParams
Promise<void>
A promise that resolves when the scorer(s) are successfully deleted.
Was this page helpful?
