Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class Row.
A row in the confusion matrix. Each entry in this row has the same ground truth label.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ConfusionMatrix.Row
Namespace
Google \ Cloud \ DataLabeling \ V1beta1 \ ConfusionMatrixMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ annotation_spec |
Google\Cloud\DataLabeling\V1beta1\AnnotationSpec
The annotation spec of the ground truth label for this row. |
↳ entries |
array<Google\Cloud\DataLabeling\V1beta1\ConfusionMatrix\ConfusionMatrixEntry>
A list of the confusion matrix entries. One entry for each possible predicted label. |
getAnnotationSpec
The annotation spec of the ground truth label for this row.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\AnnotationSpec|null |
hasAnnotationSpec
clearAnnotationSpec
setAnnotationSpec
The annotation spec of the ground truth label for this row.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\AnnotationSpec
|
Returns | |
---|---|
Type | Description |
$this |
getEntries
A list of the confusion matrix entries. One entry for each possible predicted label.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEntries
A list of the confusion matrix entries. One entry for each possible predicted label.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataLabeling\V1beta1\ConfusionMatrix\ConfusionMatrixEntry>
|
Returns | |
---|---|
Type | Description |
$this |