public enum StringAggregationType extends Enum<StringAggregationType> implements ProtocolMessageEnum
Protobuf enum google.cloud.datalabeling.v1beta1.StringAggregationType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MAJORITY_VOTE |
Majority vote to aggregate answers. |
MAJORITY_VOTE_VALUE |
Majority vote to aggregate answers. |
NO_AGGREGATION |
Preserve all answers by crowd compute. |
NO_AGGREGATION_VALUE |
Preserve all answers by crowd compute. |
STRING_AGGREGATION_TYPE_UNSPECIFIED |
|
STRING_AGGREGATION_TYPE_UNSPECIFIED_VALUE |
|
UNANIMOUS_VOTE |
Unanimous answers will be adopted. |
UNANIMOUS_VOTE_VALUE |
Unanimous answers will be adopted. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |