public static final class OperatorMetadata.Builder extends GeneratedMessageV3.Builder<OperatorMetadata.Builder> implements OperatorMetadataOrBuilderGeneral information useful for labels coming from contributors.
Protobuf type google.cloud.datalabeling.v1beta1.OperatorMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > OperatorMetadata.BuilderImplements
OperatorMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllComments(Iterable<String> values)
public OperatorMetadata.Builder addAllComments(Iterable<String> values)Comments from contributors.
repeated string comments = 4;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The comments to add. |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
addComments(String value)
public OperatorMetadata.Builder addComments(String value)Comments from contributors.
repeated string comments = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe comments to add. |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
addCommentsBytes(ByteString value)
public OperatorMetadata.Builder addCommentsBytes(ByteString value)Comments from contributors.
repeated string comments = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the comments to add. |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OperatorMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
build()
public OperatorMetadata build()| Returns | |
|---|---|
| Type | Description |
OperatorMetadata |
|
buildPartial()
public OperatorMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
OperatorMetadata |
|
clear()
public OperatorMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
clearComments()
public OperatorMetadata.Builder clearComments()Comments from contributors.
repeated string comments = 4;
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public OperatorMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
clearLabelVotes()
public OperatorMetadata.Builder clearLabelVotes()The total number of contributors that choose this label.
int32 label_votes = 3;
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public OperatorMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
clearScore()
public OperatorMetadata.Builder clearScore()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;
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
clearTotalVotes()
public OperatorMetadata.Builder clearTotalVotes()The total number of contributors that answer this question.
int32 total_votes = 2;
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
clone()
public OperatorMetadata.Builder clone()| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
getComments(int index)
public String getComments(int index)Comments from contributors.
repeated string comments = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The comments at the given index. |
getCommentsBytes(int index)
public ByteString getCommentsBytes(int index)Comments from contributors.
repeated string comments = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the comments at the given index. |
getCommentsCount()
public int getCommentsCount()Comments from contributors.
repeated string comments = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The count of comments. |
getCommentsList()
public ProtocolStringList getCommentsList()Comments from contributors.
repeated string comments = 4;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the comments. |
getDefaultInstanceForType()
public OperatorMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
OperatorMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLabelVotes()
public int getLabelVotes()The total number of contributors that choose this label.
int32 label_votes = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The labelVotes. |
getScore()
public float 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;
| Returns | |
|---|---|
| Type | Description |
float |
The score. |
getTotalVotes()
public int getTotalVotes()The total number of contributors that answer this question.
int32 total_votes = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The totalVotes. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(OperatorMetadata other)
public OperatorMetadata.Builder mergeFrom(OperatorMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
OperatorMetadata |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OperatorMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public OperatorMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OperatorMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
setComments(int index, String value)
public OperatorMetadata.Builder setComments(int index, String value)Comments from contributors.
repeated string comments = 4;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe comments to set. |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public OperatorMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
setLabelVotes(int value)
public OperatorMetadata.Builder setLabelVotes(int value)The total number of contributors that choose this label.
int32 label_votes = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe labelVotes to set. |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OperatorMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|
setScore(float value)
public OperatorMetadata.Builder setScore(float value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe score to set. |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
setTotalVotes(int value)
public OperatorMetadata.Builder setTotalVotes(int value)The total number of contributors that answer this question.
int32 total_votes = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe totalVotes to set. |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final OperatorMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
OperatorMetadata.Builder |
|