statistic Range Expectation
suspend fun statisticRangeExpectation(value: Output<DatascanDataQualitySpecRuleStatisticRangeExpectationArgs>)
suspend fun statisticRangeExpectation(value: DatascanDataQualitySpecRuleStatisticRangeExpectationArgs?)
Parameters
value
ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range. Structure is documented below.
suspend fun statisticRangeExpectation(argument: suspend DatascanDataQualitySpecRuleStatisticRangeExpectationArgsBuilder.() -> Unit)
Parameters
argument
ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range. Structure is documented below.