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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AGGREGATION_METHOD_UNSPECIFIED
Value: 0Should not be used.
Generated from protobuf enum AGGREGATION_METHOD_UNSPECIFIED = 0;
COUNT
Value: 1Count the number of data objects that match the filter.
Generated from protobuf enum COUNT = 1;