FeatureAttributionMetricThresholdResponse

data class FeatureAttributionMetricThresholdResponse(val metric: String, val threshold: MonitoringThresholdResponse? = null)

Constructors

constructor(metric: String, threshold: MonitoringThresholdResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required The feature attribution metric to calculate.

Link copied to clipboard

The threshold value. If null, a default value will be set depending on the selected metric.