public static interface Threshold.Builder extends SdkPojo, CopyableBuilder<Threshold.Builder,Threshold>
| Modifier and Type | Method and Description |
|---|---|
Threshold.Builder |
type(String type)
The type of a threshold.
|
Threshold.Builder |
type(ThresholdType type)
The type of a threshold.
|
Threshold.Builder |
unit(String unit)
Unit of threshold value.
|
Threshold.Builder |
unit(ThresholdUnit unit)
Unit of threshold value.
|
Threshold.Builder |
value(Double value)
The value of a threshold.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThreshold.Builder value(Double value)
The value of a threshold.
value - The value of a threshold.Threshold.Builder type(String type)
The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
type - The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the
threshold value.ThresholdType,
ThresholdTypeThreshold.Builder type(ThresholdType type)
The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
type - The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the
threshold value.ThresholdType,
ThresholdTypeThreshold.Builder unit(String unit)
Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.
unit - Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for
validation.ThresholdUnit,
ThresholdUnitThreshold.Builder unit(ThresholdUnit unit)
Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.
unit - Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for
validation.ThresholdUnit,
ThresholdUnitCopyright © 2023. All rights reserved.