Expected

data class Expected<O : Any>(val evaluationSet: String, val output: O)

Constructors

Link copied to clipboard
constructor(evaluationSet: String, output: O)

Properties

Link copied to clipboard
Link copied to clipboard
val output: O