public interface OperatorMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getComments(int index)
repeated string comments = 4; |
com.google.protobuf.ByteString |
getCommentsBytes(int index)
repeated string comments = 4; |
int |
getCommentsCount()
repeated string comments = 4; |
List<String> |
getCommentsList()
repeated string comments = 4; |
int |
getLabelVotes()
The total number of contributors that choose this label.
|
float |
getScore()
Confidence score corresponding to a label.
|
int |
getTotalVotes()
The total number of contributors that answer this question.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat 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).
float score = 1;int getTotalVotes()
The total number of contributors that answer this question.
int32 total_votes = 2;int getLabelVotes()
The total number of contributors that choose this label.
int32 label_votes = 3;int getCommentsCount()
repeated string comments = 4;String getComments(int index)
repeated string comments = 4;com.google.protobuf.ByteString getCommentsBytes(int index)
repeated string comments = 4;Copyright © 2019 Google LLC. All rights reserved.