ProgressMetricsResponse

data class ProgressMetricsResponse(val completedDatapointCount: Double, val incrementalDatasetLastRefreshTime: String, val skippedDatapointCount: Double, val totalDatapointCount: Double)

Progress metrics for a labeling job.

Constructors

Link copied to clipboard
constructor(completedDatapointCount: Double, incrementalDatasetLastRefreshTime: String, skippedDatapointCount: Double, totalDatapointCount: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The completed datapoint count.

Link copied to clipboard

The time of last successful incremental dataset refresh in UTC.

Link copied to clipboard

The skipped datapoint count.

Link copied to clipboard

The total datapoint count.