Google Cloud Vector Search V1 Client - Class AggregationMethod (0.2.0)

Reference documentation and code samples for the Google Cloud Vector Search V1 Client class AggregationMethod.

Aggregation methods.

Protobuf type google.cloud.vectorsearch.v1.AggregationMethod

Namespace

Google \ Cloud \ VectorSearch \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AGGREGATION_METHOD_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum AGGREGATION_METHOD_UNSPECIFIED = 0;

COUNT

Value: 1

Count the number of data objects that match the filter.

Generated from protobuf enum COUNT = 1;