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()| Type | Description |
| Descriptor |
Methods
addAllComments(Iterable<String> values)
public OperatorMetadata.Builder addAllComments(Iterable<String> values)Comments from contributors.
repeated string comments = 4;
| Name | Description |
| values | Iterable<String>The comments to add. |
| Type | Description |
| OperatorMetadata.Builder | This builder for chaining. |
addComments(String value)
public OperatorMetadata.Builder addComments(String value)Comments from contributors.
repeated string comments = 4;
| Name | Description |
| value | StringThe comments to add. |
| Type | Description |
| OperatorMetadata.Builder | This builder for chaining. |
addCommentsBytes(ByteString value)
public OperatorMetadata.Builder addCommentsBytes(ByteString value)Comments from contributors.
repeated string comments = 4;
| Name | Description |
| value | ByteStringThe bytes of the comments to add. |
| Type | Description |
| OperatorMetadata.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OperatorMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| OperatorMetadata.Builder |
build()
public OperatorMetadata build()| Type | Description |
| OperatorMetadata |
buildPartial()
public OperatorMetadata buildPartial()| Type | Description |
| OperatorMetadata |
clear()
public OperatorMetadata.Builder clear()| Type | Description |
| OperatorMetadata.Builder |
clearComments()
public OperatorMetadata.Builder clearComments()Comments from contributors.
repeated string comments = 4;
| Type | Description |
| OperatorMetadata.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public OperatorMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| OperatorMetadata.Builder |
clearLabelVotes()
public OperatorMetadata.Builder clearLabelVotes()The total number of contributors that choose this label.
int32 label_votes = 3;
| Type | Description |
| OperatorMetadata.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public OperatorMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| 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;
| 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;
| Type | Description |
| OperatorMetadata.Builder | This builder for chaining. |
clone()
public OperatorMetadata.Builder clone()| Type | Description |
| OperatorMetadata.Builder |
getComments(int index)
public String getComments(int index)Comments from contributors.
repeated string comments = 4;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The comments at the given index. |
getCommentsBytes(int index)
public ByteString getCommentsBytes(int index)Comments from contributors.
repeated string comments = 4;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the comments at the given index. |
getCommentsCount()
public int getCommentsCount()Comments from contributors.
repeated string comments = 4;
| Type | Description |
| int | The count of comments. |
getCommentsList()
public ProtocolStringList getCommentsList()Comments from contributors.
repeated string comments = 4;
| Type | Description |
| ProtocolStringList | A list containing the comments. |
getDefaultInstanceForType()
public OperatorMetadata getDefaultInstanceForType()| Type | Description |
| OperatorMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getLabelVotes()
public int getLabelVotes()The total number of contributors that choose this label.
int32 label_votes = 3;
| 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;
| Type | Description |
| float | The score. |
getTotalVotes()
public int getTotalVotes()The total number of contributors that answer this question.
int32 total_votes = 2;
| Type | Description |
| int | The totalVotes. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(OperatorMetadata other)
public OperatorMetadata.Builder mergeFrom(OperatorMetadata other)| Name | Description |
| other | OperatorMetadata |
| Type | Description |
| OperatorMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OperatorMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| OperatorMetadata.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public OperatorMetadata.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| OperatorMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OperatorMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| OperatorMetadata.Builder |
setComments(int index, String value)
public OperatorMetadata.Builder setComments(int index, String value)Comments from contributors.
repeated string comments = 4;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe comments to set. |
| Type | Description |
| OperatorMetadata.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public OperatorMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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;
| Name | Description |
| value | intThe labelVotes to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| 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;
| Name | Description |
| value | floatThe score to set. |
| 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;
| Name | Description |
| value | intThe totalVotes to set. |
| Type | Description |
| OperatorMetadata.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final OperatorMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| OperatorMetadata.Builder |