case class MetricData(data: Map[String, Seq[Double]], metricType: String, modelName: String) extends Product with Serializable
Defines contract for Metric table, which is a metric name to list of values.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MetricData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All