Prediction Grades Args
data class PredictionGradesArgs(val gradeName: Output<String>? = null, val maxScoreThreshold: Output<Int>? = null, val minScoreThreshold: Output<Int>? = null) : ConvertibleToJava<PredictionGradesArgs>
The definition of a prediction grade.
Constructors
Link copied to clipboard
fun PredictionGradesArgs(gradeName: Output<String>? = null, maxScoreThreshold: Output<Int>? = null, minScoreThreshold: Output<Int>? = null)