Prediction Response Grades
data class PredictionResponseGrades(val gradeName: String? = null, val maxScoreThreshold: Int? = null, val minScoreThreshold: Int? = null)
The definition of a prediction grade.
Constructors
Link copied to clipboard
fun PredictionResponseGrades(gradeName: String? = null, maxScoreThreshold: Int? = null, minScoreThreshold: Int? = null)