Google Cloud Datalabeling V1beta1 Client - Class StringAggregationType (0.1.14)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class StringAggregationType.

Protobuf type google.cloud.datalabeling.v1beta1.StringAggregationType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STRING_AGGREGATION_TYPE_UNSPECIFIED

Value: 0

Generated from protobuf enum STRING_AGGREGATION_TYPE_UNSPECIFIED = 0;

MAJORITY_VOTE

Value: 1

Majority vote to aggregate answers.

Generated from protobuf enum MAJORITY_VOTE = 1;

UNANIMOUS_VOTE

Value: 2

Unanimous answers will be adopted.

Generated from protobuf enum UNANIMOUS_VOTE = 2;

NO_AGGREGATION

Value: 3

Preserve all answers by crowd compute.

Generated from protobuf enum NO_AGGREGATION = 3;