case class PartitionDataState(aggregatedTrainingData: Option[BaseAggregatedColumns], aggregatedValidationData: Option[BaseAggregatedColumns]) extends Product with Serializable
Object to encapsulate all intermediate data calculations. Note tha only bulk mode uses these properties, but BasePartitionTask uses this class for consistent interfaces.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartitionDataState
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All