BatchFitStarted

data class BatchFitStarted(val fitId: String, val datasetCount: Int, val startTime: Instant) : FitEvent.Started(source)

Emitted once at the start of a batch, before the first dataset is fit.

Constructors

Link copied to clipboard
constructor(fitId: String, datasetCount: Int, startTime: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
open override val fitId: String
Link copied to clipboard
open override val startTime: Instant