ModelCardTrainingMetric

data class ModelCardTrainingMetric(val name: String, val notes: String? = null, val value: Double)

training metric data.

Constructors

Link copied to clipboard
fun ModelCardTrainingMetric(name: String, notes: String? = null, value: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val notes: String? = null
Link copied to clipboard