DatasetStats

Provides statistics about a dataset. For more information, see DescribeDataset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of entries that contain at least one error.

Link copied to clipboard

The total number of images in the dataset that have labels.

Link copied to clipboard

The total number of images in the dataset.

Link copied to clipboard

The total number of labels declared in the dataset.

Functions

Link copied to clipboard
inline fun copy(block: DatasetStats.Builder.() -> Unit = {}): DatasetStats
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String