public sealed class LabelStats : IMessage<LabelStats>, IEquatable<LabelStats>, IDeepCloneable<LabelStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class LabelStats.
Statistics about annotation specs.
Implements
IMessageLabelStats, IEquatableLabelStats, IDeepCloneableLabelStats, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
LabelStats()
public LabelStats()
LabelStats(LabelStats)
public LabelStats(LabelStats other)
Parameter | |
---|---|
Name | Description |
other |
LabelStats |
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 | |
---|---|
Type | Description |
MapFieldstringlong |