Google Cloud Datalabeling V1beta1 Client - Class LabelStats (0.2.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this