Values.DatasetStatsSourceProvides statistics about a dataset. For more information, see DescribeDataset.
type nonrec t = {labeledEntries : UInteger.t option;The total number of images in the dataset that have labels.
*)totalEntries : UInteger.t option;The total number of images in the dataset.
*)totalLabels : UInteger.t option;The total number of labels declared in the dataset.
*)errorEntries : UInteger.t option;The total number of entries that contain at least one error.
*)}