Describes a dataset label. For more information, see ListDatasetLabels.

interface DatasetLabelDescription {
    LabelName?: string;
    LabelStats?: DatasetLabelStats;
}

Properties

LabelName?: string

The name of the label.

LabelStats?: DatasetLabelStats

Statistics about the label.