Feature Attribution Metric Threshold Args
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)