FeatureAttributionMetricThresholdArgs

data class FeatureAttributionMetricThresholdArgs(val metric: Output<Either<String, FeatureAttributionMetric>>, val threshold: Output<MonitoringThresholdArgs>? = null) : ConvertibleToJava<FeatureAttributionMetricThresholdArgs>

Constructors

Link copied to clipboard
constructor(metric: Output<Either<String, FeatureAttributionMetric>>, threshold: Output<MonitoringThresholdArgs>? = null)

Properties

Link copied to clipboard
val metric: Output<Either<String, FeatureAttributionMetric>>

Required The feature attribution metric to calculate.

Link copied to clipboard
val threshold: Output<MonitoringThresholdArgs>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): FeatureAttributionMetricThresholdArgs