Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class LabelStats.
Statistics about annotation specs.
Generated from protobuf message google.cloud.datalabeling.v1beta1.LabelStats
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ example_count |
array|Google\Protobuf\Internal\MapField
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. |
getExampleCount
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setExampleCount
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.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |