PredictionMappingsArgs

data class PredictionMappingsArgs(val grade: Output<String>, val reason: Output<String>, val score: Output<String>) : ConvertibleToJava<PredictionMappingsArgs>

Definition of the link mapping of prediction.

Constructors

Link copied to clipboard
constructor(grade: Output<String>, reason: Output<String>, score: Output<String>)

Properties

Link copied to clipboard
val grade: Output<String>

The grade of the link mapping.

Link copied to clipboard
val reason: Output<String>

The reason of the link mapping.

Link copied to clipboard
val score: Output<String>

The score of the link mapping.

Functions

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