Truncation Selection Policy Args
data class TruncationSelectionPolicyArgs(val delayEvaluation: Output<Int>? = null, val evaluationInterval: Output<Int>? = null, val policyType: Output<String>, val truncationPercentage: Output<Int>? = null) : ConvertibleToJava<TruncationSelectionPolicyArgs>
Defines an early termination policy that cancels a given percentage of runs at each evaluation interval.
Properties
Link copied to clipboard
Number of intervals by which to delay the first evaluation.
Link copied to clipboard
Interval (number of runs) between policy evaluations.
Link copied to clipboard
Expected value is 'TruncationSelection'.
Link copied to clipboard
The percentage of runs to cancel at each evaluation interval.