appendBatch

fun appendBatch(batch: Int, lossValue: Double, metricValues: List<Double>)

Appends tracked data from one batch event.

fun appendBatch(batchEvent: BatchEvent)

Appends one BatchEvent.