PredictionGradesArgs

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
constructor(gradeName: Output<String>? = null, maxScoreThreshold: Output<Int>? = null, minScoreThreshold: Output<Int>? = null)

Properties

Link copied to clipboard
val gradeName: Output<String>? = null

Name of the grade.

Link copied to clipboard
val maxScoreThreshold: Output<Int>? = null

Maximum score threshold.

Link copied to clipboard
val minScoreThreshold: Output<Int>? = null

Minimum score threshold.

Functions

Link copied to clipboard
open override fun toJava(): PredictionGradesArgs