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
Instance Constructors
Value Members
- val epochIds: Option[Seq[Int]]
- def getEpochIds: List[Int]
- def getLatenciesInSeconds: List[Double]
- def getTrainLosses: List[Double]
- def getValidationLosses: List[Double]
- val latenciesInSeconds: Option[Seq[Double]]
- val trainLosses: Option[Seq[Double]]
- val validationLosses: Option[Seq[Double]]