Enum StringAggregationType (0.161.0)

public enum StringAggregationType extends Enum<StringAggregationType> implements ProtocolMessageEnum

Protobuf enum google.cloud.datalabeling.v1beta1.StringAggregationType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MAJORITY_VOTE

Majority vote to aggregate answers.

MAJORITY_VOTE = 1;

MAJORITY_VOTE_VALUE

Majority vote to aggregate answers.

MAJORITY_VOTE = 1;

NO_AGGREGATION

Preserve all answers by crowd compute.

NO_AGGREGATION = 3;

NO_AGGREGATION_VALUE

Preserve all answers by crowd compute.

NO_AGGREGATION = 3;

STRING_AGGREGATION_TYPE_UNSPECIFIED

STRING_AGGREGATION_TYPE_UNSPECIFIED = 0;

STRING_AGGREGATION_TYPE_UNSPECIFIED_VALUE

STRING_AGGREGATION_TYPE_UNSPECIFIED = 0;

UNANIMOUS_VOTE

Unanimous answers will be adopted.

UNANIMOUS_VOTE = 2;

UNANIMOUS_VOTE_VALUE

Unanimous answers will be adopted.

UNANIMOUS_VOTE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()