Class OperatorMetadata.Builder (0.163.0)

public static final class OperatorMetadata.Builder extends GeneratedMessageV3.Builder<OperatorMetadata.Builder> implements OperatorMetadataOrBuilder

General information useful for labels coming from contributors.

Protobuf type google.cloud.datalabeling.v1beta1.OperatorMetadata

Static 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 String

The 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 ByteString

The 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
Overrides

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
Overrides

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
Overrides

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
Overrides

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
Overrides

getComments(int index)

public String getComments(int index)

Comments from contributors.

repeated string comments = 4;

Parameter
Name Description
index int

The 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 int

The 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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public OperatorMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
OperatorMetadata.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OperatorMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OperatorMetadata.Builder
Overrides

setComments(int index, String value)

public OperatorMetadata.Builder setComments(int index, String value)

Comments from contributors.

repeated string comments = 4;

Parameters
Name Description
index int

The index to set the value at.

value String

The 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
Overrides

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 int

The 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
Overrides

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 float

The 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 int

The 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
Overrides