Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class OperatorMetadata.
General information useful for labels coming from contributors.
Generated from protobuf message google.cloud.datalabeling.v1beta1.OperatorMetadata
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ score |
float
Confidence score corresponding to a label. For examle, if 3 contributors have answered the question and 2 of them agree on the final label, the confidence score will be 0.67 (2/3). |
↳ total_votes |
int
The total number of contributors that answer this question. |
↳ label_votes |
int
The total number of contributors that choose this label. |
↳ comments |
array
Comments from contributors. |
getScore
Confidence score corresponding to a label. For examle, if 3 contributors have answered the question and 2 of them agree on the final label, the confidence score will be 0.67 (2/3).
Returns | |
---|---|
Type | Description |
float |
setScore
Confidence score corresponding to a label. For examle, if 3 contributors have answered the question and 2 of them agree on the final label, the confidence score will be 0.67 (2/3).
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getTotalVotes
The total number of contributors that answer this question.
Returns | |
---|---|
Type | Description |
int |
setTotalVotes
The total number of contributors that answer this question.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getLabelVotes
The total number of contributors that choose this label.
Returns | |
---|---|
Type | Description |
int |
setLabelVotes
The total number of contributors that choose this label.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getComments
Comments from contributors.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setComments
Comments from contributors.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |