client.get_custom_metric

Gets details about a user-defined Custom Metric.

Input ParameterTypeRequiredDescription
metric_idstringYesThe unique identifier for the custom metric
METRIC_ID = '7d06f905-80b1-4a41-9711-a153cbdda16c'

custom_metric = client.get_custom_metric(
  metric_id=METRIC_ID
)
Return TypeDescription
fiddler.schema.custom_metric.CustomMetricCustom metric object with details about the metric