Class LabelStats (1.0.0-beta03)

public sealed class LabelStats : IMessage<LabelStats>, IEquatable<LabelStats>, IDeepCloneable<LabelStats>, IBufferMessage, IMessage

Statistics about annotation specs.

Inheritance

Object > LabelStats

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

LabelStats()

public LabelStats()

LabelStats(LabelStats)

public LabelStats(LabelStats other)
Parameter
NameDescription
otherLabelStats

Properties

ExampleCount

public MapField<string, long> ExampleCount { get; }

Map of each annotation spec's example count. Key is the annotation spec name and value is the number of examples for that annotation spec. If the annotated dataset does not have annotation spec, the map will return a pair where the key is empty string and value is the total number of annotations.

Property Value
TypeDescription
MapField<String, Int64>