NumericalDataDriftMetricThresholdArgs

data class NumericalDataDriftMetricThresholdArgs(val dataType: Output<String>, val metric: Output<Either<String, NumericalDataDriftMetric>>, val threshold: Output<MonitoringThresholdArgs>? = null) : ConvertibleToJava<NumericalDataDriftMetricThresholdArgs>

Constructors

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

Properties

Link copied to clipboard
val dataType: Output<String>

Expected value is 'Numerical'.

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

Required The numerical data drift 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(): NumericalDataDriftMetricThresholdArgs