DatasetCompleted

data class DatasetCompleted(val fitId: String, val datasetName: String, val index: Int, val total: Int, val success: Boolean) : FitEvent(source)

Progress: one dataset of a batch has finished. Carries no result payload — only position and outcome. success is true when the dataset produced a result, false when it became a BatchFailure.

Constructors

Link copied to clipboard
constructor(fitId: String, datasetName: String, index: Int, total: Int, success: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard
val total: Int