Skip to main content

Function: deleteMetric()

function deleteMetric(params: DeleteMetricParams): Promise<void>;
Defined in: src/utils/metrics.ts:76 Deletes a metric by its name and type.

Parameters

params

DeleteMetricParams

Returns

Promise<void> A promise that resolves when the scorer is deleted.

Throws

Error if the scorer with the given name is not found.