PredictionResponseMappings

data class PredictionResponseMappings(val grade: String, val reason: String, val score: String)

Definition of the link mapping of prediction.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The grade of the link mapping.

Link copied to clipboard

The reason of the link mapping.

Link copied to clipboard

The score of the link mapping.