case class ModelState(epochIds: Option[Seq[Int]], trainLosses: Option[Seq[Double]], validationLosses: Option[Seq[Double]], latenciesInSeconds: Option[Seq[Double]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ModelState
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All